]> andersk Git - gssapi-openssh.git/commitdiff
o Update ssh_config to match OpenSSH 3.7.1p2.
authorcphillip <cphillip>
Thu, 22 Jan 2004 21:24:56 +0000 (21:24 +0000)
committercphillip <cphillip>
Thu, 22 Jan 2004 21:24:56 +0000 (21:24 +0000)
setup/ssh_config

index 231292ceb43978aa728022b89085823593aa1934..e32c9773bec573c94c414d7efb7140c0ab8facb7 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: ssh_config,v 1.16 2002/07/03 14:21:05 markus Exp $
+#      $OpenBSD: ssh_config,v 1.19 2003/08/13 08:46:31 markus Exp $
 
 # This is the ssh client system-wide configuration file.  See
 # ssh_config(5) for more information.  This file provides defaults for
 # Host *
 #   ForwardAgent no
 #   ForwardX11 no
-#   RhostsAuthentication no
 #   RhostsRSAAuthentication no
 #   RSAAuthentication yes
 #   PasswordAuthentication yes
 #   HostbasedAuthentication no
 #   BatchMode no
 #   CheckHostIP yes
+#   AddressFamily any
+#   ConnectTimeout 0
 #   StrictHostKeyChecking ask
 #   IdentityFile ~/.ssh/identity
 #   IdentityFile ~/.ssh/id_rsa
This page took 0.042073 seconds and 5 git commands to generate.