]> andersk Git - openssh.git/blobdiff - servconf.c
- (djm) Bug #629: Mark ssh_config option "pamauthenticationviakbdint"
[openssh.git] / servconf.c
index e9c313bbbab78b0f06ce6a9320fee32a60c0f9a9..09fdbf42416d4d18020d0a986ea5d84832cf66c6 100644 (file)
@@ -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 },
This page took 0.033336 seconds and 4 git commands to generate.