SSH public key authentication: Difference between revisions

From DISI
Jump to navigation Jump to search
m (1 revision)
(No difference)

Revision as of 20:32, 8 October 2012

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