diff options
author | awy <awy@awy.one> | 2024-11-24 21:49:43 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2024-11-24 21:49:43 +0300 |
commit | 7cd0e71a68460fb0e54b2563bcad475f5049da58 (patch) | |
tree | 65658e1d1d41cd4bd63e6416b20d903e276b7729 /rice.sh | |
parent | 1d2e1b4a0abd24798df0f870836d43a82f066aa1 (diff) |
ssh permissions
Diffstat (limited to 'rice.sh')
-rwxr-xr-x | rice.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |