home *** CD-ROM | disk | FTP | other *** search
/ norge.freeshell.org (192.94.73.8) / 192.94.73.8.tar / 192.94.73.8 / pub / sdf / faq / HACKER / 07 < prev   
Text File  |  2006-07-28  |  488b  |  15 lines

  1. [07] DOES SDF SUPPORT SSH AUTHORIZED_KEYS FOR AUTHENTICATION?
  2.  
  3.      Yes, to set this up, please follow these steps:
  4.  
  5.      1. Run 'ssh-keygen -t dsa' on your host.  This will create
  6.         a public and private key pair.
  7.  
  8.      2. Add the contents of the *.pub to $HOME/.ssh/authorized_keys
  9.  
  10.      3. Be sure your $HOME/.ssh directory is not world or group readable
  11.         chmod -R 600 $HOME/.ssh
  12.  
  13.      You should now be able to login via SSH with out being
  14.      prompted for a password. 
  15.