SSH public key authentication: Difference between revisions

From DISI
Jump to navigation Jump to search
m (1 revision)
 
(Blanked the page)
Line 1: Line 1:
To create ssh authentication keys for passwordless use on the cluster:<br>
 
<p>
ssh-keygen (hit enter at all prompts)<br>
cat ~/.id_rsa.pub > ~/.ssh/authorized_keys<br>
chmod 600 ~/.ssh/authorized_keys<br>

Revision as of 21:09, 9 January 2014