mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-28 08:14:24 +02:00
- (djm) [servconf.c] remove leftover droppings of AuthorizedKeysFile2
This commit is contained in:
parent
989bb7f0c5
commit
ec2eaa3daf
@ -6,6 +6,7 @@
|
|||||||
whether it is accepted. Also includes a warning fix on the program
|
whether it is accepted. Also includes a warning fix on the program
|
||||||
fragment uses (bad main() return type).
|
fragment uses (bad main() return type).
|
||||||
bz#1900 and bz#1901 reported by g.esp AT free.fr; ok dtucker@
|
bz#1900 and bz#1901 reported by g.esp AT free.fr; ok dtucker@
|
||||||
|
- (djm) [servconf.c] remove leftover droppings of AuthorizedKeysFile2
|
||||||
|
|
||||||
20110515
|
20110515
|
||||||
- (djm) OpenBSD CVS Sync
|
- (djm) OpenBSD CVS Sync
|
||||||
|
@ -313,7 +313,7 @@ typedef enum {
|
|||||||
sMaxStartups, sMaxAuthTries, sMaxSessions,
|
sMaxStartups, sMaxAuthTries, sMaxSessions,
|
||||||
sBanner, sUseDNS, sHostbasedAuthentication,
|
sBanner, sUseDNS, sHostbasedAuthentication,
|
||||||
sHostbasedUsesNameFromPacketOnly, sClientAliveInterval,
|
sHostbasedUsesNameFromPacketOnly, sClientAliveInterval,
|
||||||
sClientAliveCountMax, sAuthorizedKeysFile, sAuthorizedKeysFile2,
|
sClientAliveCountMax, sAuthorizedKeysFile,
|
||||||
sGssAuthentication, sGssCleanupCreds, sAcceptEnv, sPermitTunnel,
|
sGssAuthentication, sGssCleanupCreds, sAcceptEnv, sPermitTunnel,
|
||||||
sMatch, sPermitOpen, sForceCommand, sChrootDirectory,
|
sMatch, sPermitOpen, sForceCommand, sChrootDirectory,
|
||||||
sUsePrivilegeSeparation, sAllowAgentForwarding,
|
sUsePrivilegeSeparation, sAllowAgentForwarding,
|
||||||
@ -430,7 +430,6 @@ static struct {
|
|||||||
{ "clientaliveinterval", sClientAliveInterval, SSHCFG_GLOBAL },
|
{ "clientaliveinterval", sClientAliveInterval, SSHCFG_GLOBAL },
|
||||||
{ "clientalivecountmax", sClientAliveCountMax, SSHCFG_GLOBAL },
|
{ "clientalivecountmax", sClientAliveCountMax, SSHCFG_GLOBAL },
|
||||||
{ "authorizedkeysfile", sAuthorizedKeysFile, SSHCFG_ALL },
|
{ "authorizedkeysfile", sAuthorizedKeysFile, SSHCFG_ALL },
|
||||||
{ "authorizedkeysfile2", sAuthorizedKeysFile2, SSHCFG_ALL },
|
|
||||||
{ "useprivilegeseparation", sUsePrivilegeSeparation, SSHCFG_GLOBAL},
|
{ "useprivilegeseparation", sUsePrivilegeSeparation, SSHCFG_GLOBAL},
|
||||||
{ "acceptenv", sAcceptEnv, SSHCFG_GLOBAL },
|
{ "acceptenv", sAcceptEnv, SSHCFG_GLOBAL },
|
||||||
{ "permittunnel", sPermitTunnel, SSHCFG_ALL },
|
{ "permittunnel", sPermitTunnel, SSHCFG_ALL },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user