summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
diff options
context:
space:
mode:
authorMarkus Friedl <markus@cvs.openbsd.org>2003-09-29 20:19:58 +0000
committerMarkus Friedl <markus@cvs.openbsd.org>2003-09-29 20:19:58 +0000
commit8086ecbdfa052c8cbb66cdd7f70b97a38fed836b (patch)
tree5ff95f10ddac617f003ca66d53a44b29c04c4e0b /usr.bin/ssh
parent5c79efa10f812c62b51f9e07c1a79c4ff8809620 (diff)
GSSAPICleanupCreds -> GSSAPICleanupCredentials
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r--usr.bin/ssh/servconf.c6
-rw-r--r--usr.bin/ssh/sshd_config4
2 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/ssh/servconf.c b/usr.bin/ssh/servconf.c
index d82a86d1d8d..f1e273177bf 100644
--- a/usr.bin/ssh/servconf.c
+++ b/usr.bin/ssh/servconf.c
@@ -10,7 +10,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: servconf.c,v 1.127 2003/09/01 18:15:50 markus Exp $");
+RCSID("$OpenBSD: servconf.c,v 1.128 2003/09/29 20:19:57 markus Exp $");
#include "ssh.h"
#include "log.h"
@@ -279,10 +279,10 @@ static struct {
{ "afstokenpassing", sUnsupported },
#ifdef GSSAPI
{ "gssapiauthentication", sGssAuthentication },
- { "gssapicleanupcreds", sGssCleanupCreds },
+ { "gssapicleanupcredentials", sGssCleanupCreds },
#else
{ "gssapiauthentication", sUnsupported },
- { "gssapicleanupcreds", sUnsupported },
+ { "gssapicleanupcredentials", sUnsupported },
#endif
{ "passwordauthentication", sPasswordAuthentication },
{ "kbdinteractiveauthentication", sKbdInteractiveAuthentication },
diff --git a/usr.bin/ssh/sshd_config b/usr.bin/ssh/sshd_config
index 9a42f79ff22..8fa9e9082e4 100644
--- a/usr.bin/ssh/sshd_config
+++ b/usr.bin/ssh/sshd_config
@@ -1,4 +1,4 @@
-# $OpenBSD: sshd_config,v 1.65 2003/08/28 12:54:34 markus Exp $
+# $OpenBSD: sshd_config,v 1.66 2003/09/29 20:19:57 markus Exp $
# This is the sshd server system-wide configuration file. See
# sshd_config(5) for more information.
@@ -62,7 +62,7 @@
# GSSAPI options
#GSSAPIAuthentication no
-#GSSAPICleanupCreds yes
+#GSSAPICleanupCredentials yes
#AllowTcpForwarding yes
#GatewayPorts no