[BACK]Return to ssh_config CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/ssh_config between version 1.16 and 1.16.4.1

version 1.16, 2002/07/03 14:21:05 version 1.16.4.1, 2003/09/16 20:50:44
Line 18 
Line 18 
 # Host *  # Host *
 #   ForwardAgent no  #   ForwardAgent no
 #   ForwardX11 no  #   ForwardX11 no
 #   RhostsAuthentication no  
 #   RhostsRSAAuthentication no  #   RhostsRSAAuthentication no
 #   RSAAuthentication yes  #   RSAAuthentication yes
 #   PasswordAuthentication yes  #   PasswordAuthentication yes
 #   HostbasedAuthentication no  #   HostbasedAuthentication no
 #   BatchMode no  #   BatchMode no
 #   CheckHostIP yes  #   CheckHostIP yes
   #   AddressFamily any
   #   ConnectTimeout 0
 #   StrictHostKeyChecking ask  #   StrictHostKeyChecking ask
 #   IdentityFile ~/.ssh/identity  #   IdentityFile ~/.ssh/identity
 #   IdentityFile ~/.ssh/id_rsa  #   IdentityFile ~/.ssh/id_rsa

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.16.4.1