SSH public key authentication: Difference between revisions

From DISI
Jump to navigation Jump to search
m (1 revision)
 
(Redirected page to How to generate ssh keys securely)
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
To create ssh authentication keys for passwordless use on the cluster:<br>
#REDIRECT [[How_to_generate_ssh_keys_securely]]
<p>
ssh-keygen (hit enter at all prompts)<br>
cat ~/.id_rsa.pub > ~/.ssh/authorized_keys<br>
chmod 600 ~/.ssh/authorized_keys<br>

Latest revision as of 21:18, 9 January 2014