[BACK]Return to ssh_config CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / crypto / dist / ssh

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/crypto/dist/ssh/Attic/ssh_config between version 1.5 and 1.5.2.2

version 1.5, 2002/03/08 02:00:56 version 1.5.2.2, 2002/07/03 23:01:40
Line 1 
Line 1 
 #       $NetBSD$  #       $NetBSD$
 #       $OpenBSD: ssh_config,v 1.12 2002/01/16 17:55:33 stevesk Exp $  #       $OpenBSD: ssh_config,v 1.15 2002/06/20 20:03:34 stevesk Exp $
   
 # This is the ssh client system-wide configuration file.  See ssh(1)  # This is the ssh client system-wide configuration file.  See
 # for more information.  This file provides defaults for users, and  # ssh_config(5) for more information.  This file provides defaults for
 # the values can be changed in per-user configuration files or on the  # users, and the values can be changed in per-user configuration files
 # command line.  # 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
Line 19 
Line 19 
 # Host *  # Host *
 #   ForwardAgent no  #   ForwardAgent no
 #   ForwardX11 no  #   ForwardX11 no
 #   RhostsAuthentication yes  #   RhostsAuthentication no
 #   RhostsRSAAuthentication yes  #   RhostsRSAAuthentication no
 #   RSAAuthentication yes  #   RSAAuthentication yes
 #   PasswordAuthentication yes  #   PasswordAuthentication yes
 #   FallBackToRsh no  #   HostbasedAuthentication no
 #   UseRsh no  
 #   BatchMode no  #   BatchMode no
 #   CheckHostIP yes  #   CheckHostIP yes
 #   StrictHostKeyChecking ask  #   StrictHostKeyChecking ask

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

CVSweb <webmaster@jp.NetBSD.org>