SSH public key authentication
Jump to navigation
Jump to search
To create ssh authentication keys for passwordless use on the cluster:
ssh-keygen (hit enter at all prompts)
cat ~/.id_rsa.pub > ~/.ssh/authorized_keys
chmod 600 ~/.ssh/authorized_keys