SSH public key authentication

From DISI
Revision as of 20:32, 8 October 2012 by Therese (talk | contribs) (1 revision)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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