]> andersk Git - gssapi-openssh.git/blobdiff - setup/ssh_config
o Add the config man pages, along with the appropriate build steps and
[gssapi-openssh.git] / setup / ssh_config
index a8a8d72abfc644e8a49888e0fe38754e889bdebc..ef31d4336bfc9697ffdd0d1bc96c497b25302229 100644 (file)
@@ -1,9 +1,9 @@
-#      $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)
-# 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.
+# This is the ssh client system-wide configuration file.  See
+# ssh_config(5) 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:
 #  1. command line options
 # Host *
 #   ForwardAgent no
 #   ForwardX11 no
-#   RhostsAuthentication yes
-#   RhostsRSAAuthentication yes
+#   RhostsAuthentication no
+#   RhostsRSAAuthentication no
 #   RSAAuthentication yes
 #   PasswordAuthentication yes
-#   FallBackToRsh no
-#   UseRsh no
 #   BatchMode no
 #   CheckHostIP yes
 #   StrictHostKeyChecking ask
This page took 0.559587 seconds and 4 git commands to generate.