aboutsummaryrefslogtreecommitdiff
path: root/rice.sh
diff options
context:
space:
mode:
Diffstat (limited to 'rice.sh')
-rwxr-xr-xrice.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/rice.sh b/rice.sh
index 24dddfb..20e3ddb 100755
--- a/rice.sh
+++ b/rice.sh
@@ -65,6 +65,8 @@ EOL
doas -u $PERMUSER find /home/$PERMUSER/.gnupg -type f -exec chmod 600 {} \;
doas -u $PERMUSER find /home/$PERMUSER/.gnupg -type d -exec chmod 700 {} \;
+doas -u $PERMUSER find /home/$PERMUSER/.ssh -type f -exec chmod 600 {} \;
+doas -u $PERMUSER find /home/$PERMUSER/.ssh -type d -exec chmod 700 {} \;
chsh -s /bin/zsh $PERMUSER