config/yadm/bootstrap: fix ssh permissions

This commit is contained in:
xerus2000 2021-01-04 21:20:23 +01:00
parent fa8627230c
commit 742b4ae45e
1 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,8 @@
# Underline # Headings
section() { printf "\n$1\n"; } section() { printf "\n$1\n"; }
highlight() { printf "$1\n"; } highlight() { printf "$1\n"; }
## System
section "System" section "System"
highlight "Enable REISUB and increase watch limit for Intellij & co" highlight "Enable REISUB and increase watch limit for Intellij & co"
@ -80,3 +81,6 @@ test "$hasService" && sudo service rsyslog restart || sudo systemctl restart rsy
highlight "Reload cron" highlight "Reload cron"
test "$hasService" && sudo service cron reload || sudo systemctl reload cronie test "$hasService" && sudo service cron reload || sudo systemctl reload cronie
highlight "SSH Permissions"
chmod og= ~/.ssh -R