summaryrefslogtreecommitdiffstats
path: root/servconf.c
diff options
context:
space:
mode:
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 e9c313bb..09fdbf42 100644
--- a/servconf.c
+++ b/servconf.c
@@ -270,10 +270,11 @@ static struct {
} 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 },