diff --git a/Shared/ssh-authorize-host b/Shared/ssh-authorize-host index 066a49d..0141fff 100755 --- a/Shared/ssh-authorize-host +++ b/Shared/ssh-authorize-host @@ -25,7 +25,7 @@ function initialSSHCommand() { echo 'chmod 0700 ${HOME} ${HOME}/.ssh' echo 'chmod 0600 ${HOME}/.ssh/authorized_keys' echo 'chown -R `whoami`":" ${HOME}' - echo 'cat > ${HOME}/.ssh/authorized_keys' + echo 'cat >> ${HOME}/.ssh/authorized_keys' }