[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.5 and 1.6

version 1.5, 2000/07/11 19:17:44 version 1.6, 2000/11/12 19:50:38
Line 13 
Line 13 
 # Site-wide defaults for various options  # Site-wide defaults for various options
   
 # Host *  # Host *
 #   ForwardAgent yes  #   ForwardAgent no
 #   ForwardX11 yes  #   ForwardX11 no
 #   RhostsAuthentication yes  #   RhostsAuthentication no
 #   RhostsRSAAuthentication yes  #   RhostsRSAAuthentication yes
 #   RSAAuthentication yes  #   RSAAuthentication yes
 #   PasswordAuthentication yes  #   PasswordAuthentication yes
Line 23 
Line 23 
 #   UseRsh no  #   UseRsh no
 #   BatchMode no  #   BatchMode no
 #   CheckHostIP yes  #   CheckHostIP yes
 #   StrictHostKeyChecking no  #   StrictHostKeyChecking yes
 #   IdentityFile ~/.ssh/identity  #   IdentityFile ~/.ssh/identity
   #   IdentityFile ~/.ssh/id_dsa
   #   IdentityFile ~/.ssh/id_rsa1
   #   IdentityFile ~/.ssh/id_rsa2
 #   Port 22  #   Port 22
 #   Protocol 2,1  #   Protocol 1,2
 #   Cipher blowfish  #   Cipher blowfish
 #   EscapeChar ~  #   EscapeChar ~

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6