summaryrefslogtreecommitdiff
path: root/servconf.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-08-26 10:48:14 +1000
committerDamien Miller <djm@mindrot.org>2003-08-26 10:48:14 +1000
commit30912f7259b771a1cf705c0bc47a6c3f3edffb43 (patch)
treeb3e1b33115ce10b6edc2303f7dd1f415f2419d15 /servconf.c
parent36ca53a5a025114d7c55b881027294a28b7d465a (diff)
- (djm) Bug #629: Mark ssh_config option "pamauthenticationviakbdint"
as deprecated. Remove mention from README.privsep. Patch from aet AT cc.hut.fi
Diffstat (limited to 'servconf.c')
-rw-r--r--servconf.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/servconf.c b/servconf.c
index e9c313bbb..09fdbf424 100644
--- a/servconf.c
+++ b/servconf.c
@@ -270,10 +270,11 @@ static struct {
270} keywords[] = { 270} keywords[] = {
271 /* Portable-specific options */ 271 /* Portable-specific options */
272#ifdef USE_PAM 272#ifdef USE_PAM
273 { "UsePAM", sUsePAM }, 273 { "usepam", sUsePAM },
274#else 274#else
275 { "UsePAM", sUnsupported }, 275 { "usepam", sUnsupported },
276#endif 276#endif
277 { "pamauthenticationviakbdint", sDeprecated },
277 /* Standard Options */ 278 /* Standard Options */
278 { "port", sPort }, 279 { "port", sPort },
279 { "hostkey", sHostKeyFile }, 280 { "hostkey", sHostKeyFile },