diff options
author | Damien Miller <djm@mindrot.org> | 2003-09-02 14:51:17 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2003-09-02 14:51:17 +0200 |
commit | 1a0c0b96219b037865d624079a81ab7d88bbccc1 (patch) | |
tree | ad24303a17d1f49c98b66d5bfe014103019411af /sshd_config | |
parent | - (djm) OpenBSD CVS Sync (diff) | |
download | openssh-1a0c0b96219b037865d624079a81ab7d88bbccc1.tar.xz openssh-1a0c0b96219b037865d624079a81ab7d88bbccc1.zip |
- markus@cvs.openbsd.org 2003/08/28 12:54:34
[auth-krb5.c auth.h auth1.c monitor.c monitor.h monitor_wrap.c]
[monitor_wrap.h readconf.c servconf.c session.c ssh_config.5]
[sshconnect1.c sshd.c sshd_config sshd_config.5]
remove kerberos support from ssh1, since it has been replaced with GSSAPI;
but keep kerberos passwd auth for ssh1 and 2; ok djm, hin, henning, ...
Diffstat (limited to 'sshd_config')
-rw-r--r-- | sshd_config | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sshd_config b/sshd_config index 294539096..dd53f1057 100644 --- a/sshd_config +++ b/sshd_config @@ -1,4 +1,4 @@ -# $OpenBSD: sshd_config,v 1.64 2003/08/22 10:56:09 markus Exp $ +# $OpenBSD: sshd_config,v 1.65 2003/08/28 12:54:34 markus Exp $ # This is the sshd server system-wide configuration file. See # sshd_config(5) for more information. @@ -61,7 +61,6 @@ #KerberosAuthentication no #KerberosOrLocalPasswd yes #KerberosTicketCleanup yes -#KerberosTgtPassing no # GSSAPI options #GSSAPIAuthentication no |