From 361fd9e075bd70f4f963f04260d431193387e287 Mon Sep 17 00:00:00 2001 From: simon Date: Sat, 31 Oct 2020 21:35:44 +0000 Subject: [PATCH] Update 'sshpub.sh' --- sshpub.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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