diff options
-rw-r--r-- | usr.bin/ssh/sshd_config | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/usr.bin/ssh/sshd_config b/usr.bin/ssh/sshd_config index 13e1cd3b0f7..9b6fe87a117 100644 --- a/usr.bin/ssh/sshd_config +++ b/usr.bin/ssh/sshd_config @@ -1,4 +1,4 @@ -# $OpenBSD: sshd_config,v 1.90 2013/05/16 04:09:14 dtucker Exp $ +# $OpenBSD: sshd_config,v 1.91 2013/09/07 13:53:11 sthen Exp $ # This is the sshd server system-wide configuration file. See # sshd_config(5) for more information. @@ -72,16 +72,6 @@ AuthorizedKeysFile .ssh/authorized_keys # Change to no to disable s/key passwords #ChallengeResponseAuthentication yes -# Kerberos options -#KerberosAuthentication no -#KerberosOrLocalPasswd yes -#KerberosTicketCleanup yes -#KerberosGetAFSToken no - -# GSSAPI options -#GSSAPIAuthentication no -#GSSAPICleanupCredentials yes - #AllowAgentForwarding yes #AllowTcpForwarding yes #GatewayPorts no |