diff --git a/sshpub.sh b/sshpub.sh index 6d926dc..acd0616 100644 --- a/sshpub.sh +++ b/sshpub.sh @@ -1 +1,2 @@ -curl https://git.senseright.com.au/JSD/sshkeys/raw/branch/master/all.keys -o ~/.ssh/authorized_keys \ No newline at end of file +curl https://git.senseright.com.au/JSD/sshkeys/raw/branch/master/all.keys -o ~/.ssh/authorized_keys +chmod 600 ~/.ssh/authorized_keys \ No newline at end of file