]> andersk Git - gssapi-openssh.git/blobdiff - setup/ssh_config
enable only GSSAPI authentication methods by default
[gssapi-openssh.git] / setup / ssh_config
index 15376f7e6f99ac499981b29b94499c85ba5089e1..0c64e6f0b8995ddda8110fe8524cdd4ff73784d4 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: ssh_config,v 1.22 2006/05/29 12:56:33 dtucker Exp $
+#      $OpenBSD: ssh_config,v 1.25 2009/02/17 01:28:32 djm Exp $
 
 # This is the ssh client system-wide configuration file.  See
 # ssh_config(5) for more information.  This file provides defaults for
 #   Port 22
 #   Protocol 2,1
 #   Cipher 3des
-#   Ciphers aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc
+#   Ciphers aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc
+#   MACs hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160
 #   EscapeChar ~
 #   Tunnel no
 #   TunnelDevice any:any
 #   PermitLocalCommand no
+#   VisualHostKey no
 
-Host *
-  ForwardX11 yes
+# GSI-OpenSSH defaults
+Protocol 2
+PreferredAuthentications gssapi-keyex,external-keyx,gssapi-with-mic,gssapi
This page took 0.039061 seconds and 4 git commands to generate.