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