]> andersk Git - gssapi-openssh.git/blobdiff - setup/ssh_config
GSI-OpenSSH 4.1 / OpenSSH 4.7p1 / HPN12v18
[gssapi-openssh.git] / setup / ssh_config
index e0d007dad15f04d23d749285a1e28b88627cde53..15376f7e6f99ac499981b29b94499c85ba5089e1 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: ssh_config,v 1.20 2005/01/28 09:45:53 dtucker Exp $
+#      $OpenBSD: ssh_config,v 1.22 2006/05/29 12:56:33 dtucker Exp $
 
 # This is the ssh client system-wide configuration file.  See
 # ssh_config(5) for more information.  This file provides defaults for
 #   RSAAuthentication yes
 #   PasswordAuthentication yes
 #   HostbasedAuthentication no
+#   GSSAPIAuthentication yes
+#   GSSAPIDelegateCredentials yes
+#   GSSAPIKeyExchange yes
+#   GSSAPITrustDNS yes
 #   BatchMode no
 #   CheckHostIP yes
 #   AddressFamily any
@@ -37,6 +41,9 @@
 #   Cipher 3des
 #   Ciphers aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc
 #   EscapeChar ~
+#   Tunnel no
+#   TunnelDevice any:any
+#   PermitLocalCommand no
 
 Host *
   ForwardX11 yes
This page took 0.533807 seconds and 4 git commands to generate.