From 742b4ae45e7fa895df6ef5a1291ddfc72c025f71 Mon Sep 17 00:00:00 2001 From: xerus2000 <27jf@pm.me> Date: Mon, 4 Jan 2021 21:20:23 +0100 Subject: [PATCH] config/yadm/bootstrap: fix ssh permissions --- .config/yadm/bootstrap | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.config/yadm/bootstrap b/.config/yadm/bootstrap index d3b7c95..30d275f 100755 --- a/.config/yadm/bootstrap +++ b/.config/yadm/bootstrap @@ -1,7 +1,8 @@ -# Underline +# Headings section() { printf "\n$1\n"; } highlight() { printf "$1\n"; } +## System section "System" 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" test "$hasService" && sudo service cron reload || sudo systemctl reload cronie + +highlight "SSH Permissions" +chmod og= ~/.ssh -R