no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


faq:techies07 [2011/04/30 19:00] (current) – created clemens
Line 1: Line 1:
 +<code>
 +[07] DOES SDF SUPPORT SSH AUTHORIZED_KEYS FOR AUTHENTICATION?
  
 +     Yes, to set this up, please follow these steps:
 +
 +     1. Run 'ssh-keygen -t dsa' on your host.  This will create
 +        a public and private key pair.
 + 
 +     2. Add the contents of the *.pub key to $HOME/.ssh/authorized_keys
 +
 +     3. Be sure your $HOME/.ssh directory is not world or group readable:
 +        chmod -R 700 $HOME/.ssh
 +
 +     You should now be able to login via SSH without being
 +     prompted for a password. 
 +</code>
 +
 +[[techies|back]]