From ce180f27fd117fdd69a746dea0e1094d8caa4e42 Mon Sep 17 00:00:00 2001 From: simon Date: Sat, 31 Oct 2020 22:04:10 +0000 Subject: [PATCH] Update 'sshpub.sh' --- sshpub.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/sshpub.sh b/sshpub.sh index acd0616..b6b953b 100644 --- a/sshpub.sh +++ b/sshpub.sh @@ -1,2 +1,3 @@ curl https://git.senseright.com.au/JSD/sshkeys/raw/branch/master/all.keys -o ~/.ssh/authorized_keys +chmod 700 ~/.ssh chmod 600 ~/.ssh/authorized_keys \ No newline at end of file