[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.5.2.4

version 1.5, 2000/07/11 19:17:44 version 1.5.2.4, 2001/05/07 21:09:37
Line 1 
Line 1 
 # This is ssh client systemwide configuration file.  This file provides  #       $OpenBSD$
 # defaults for users, and the values can be changed in per-user configuration  
 # files or on the command line.  
   
   # This is ssh client systemwide configuration file.  See ssh(1) for more
   # information.  This file provides defaults for users, and the values can
   # be changed in per-user configuration files or on the command line.
   
 # Configuration data is parsed as follows:  # Configuration data is parsed as follows:
 #  1. command line options  #  1. command line options
 #  2. user-specific file  #  2. user-specific file
Line 13 
Line 15 
 # 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 25 
 #   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_rsa
 #   Port 22  #   Port 22
 #   Protocol 2,1  #   Protocol 2,1
 #   Cipher blowfish  #   Cipher blowfish

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