summaryrefslogtreecommitdiffstats
path: root/servconf.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2011-05-20 10:57:14 +0200
committerDamien Miller <djm@mindrot.org>2011-05-20 10:57:14 +0200
commitec2eaa3daf7f5543d8619cec30c1d73268323d01 (patch)
treef292c02672796f366a6d0efec552f99c5116fda7 /servconf.c
parent - (djm) [aclocal.m4 configure.ac] since gcc-4.x ignores all -Wno-options (diff)
downloadopenssh-ec2eaa3daf7f5543d8619cec30c1d73268323d01.tar.xz
openssh-ec2eaa3daf7f5543d8619cec30c1d73268323d01.zip
- (djm) [servconf.c] remove leftover droppings of AuthorizedKeysFile2
Diffstat (limited to 'servconf.c')
-rw-r--r--servconf.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/servconf.c b/servconf.c
index 03a503d07..f862fbfd8 100644
--- a/servconf.c
+++ b/servconf.c
@@ -313,7 +313,7 @@ typedef enum {
sMaxStartups, sMaxAuthTries, sMaxSessions,
sBanner, sUseDNS, sHostbasedAuthentication,
sHostbasedUsesNameFromPacketOnly, sClientAliveInterval,
- sClientAliveCountMax, sAuthorizedKeysFile, sAuthorizedKeysFile2,
+ sClientAliveCountMax, sAuthorizedKeysFile,
sGssAuthentication, sGssCleanupCreds, sAcceptEnv, sPermitTunnel,
sMatch, sPermitOpen, sForceCommand, sChrootDirectory,
sUsePrivilegeSeparation, sAllowAgentForwarding,
@@ -430,7 +430,6 @@ static struct {
{ "clientaliveinterval", sClientAliveInterval, SSHCFG_GLOBAL },
{ "clientalivecountmax", sClientAliveCountMax, SSHCFG_GLOBAL },
{ "authorizedkeysfile", sAuthorizedKeysFile, SSHCFG_ALL },
- { "authorizedkeysfile2", sAuthorizedKeysFile2, SSHCFG_ALL },
{ "useprivilegeseparation", sUsePrivilegeSeparation, SSHCFG_GLOBAL},
{ "acceptenv", sAcceptEnv, SSHCFG_GLOBAL },
{ "permittunnel", sPermitTunnel, SSHCFG_ALL },