- (djm) Bug #629: Mark ssh_config option "pamauthenticationviakbdint"
   as deprecated. Remove mention from README.privsep. Patch from
   aet AT cc.hut.fi
diff --git a/servconf.c b/servconf.c
index e9c313b..09fdbf4 100644
--- a/servconf.c
+++ b/servconf.c
@@ -270,10 +270,11 @@
 } keywords[] = {
 	/* Portable-specific options */
 #ifdef USE_PAM
-	{ "UsePAM", sUsePAM },
+	{ "usepam", sUsePAM },
 #else
-	{ "UsePAM", sUnsupported },
+	{ "usepam", sUnsupported },
 #endif
+	{ "pamauthenticationviakbdint", sDeprecated },
 	/* Standard Options */
 	{ "port", sPort },
 	{ "hostkey", sHostKeyFile },