Displaying 1 result from an estimated 1 matches for "spubkeydenygroup".
Did you mean:
spubkeydenygroups
2002 Mar 28
1
[PATCH] Feature addition: user access control per auth method
...KNOWN;
@@ -267,7 +271,8 @@
sBanner, sVerifyReverseMapping, sHostbasedAuthentication,
sHostbasedUsesNameFromPacketOnly, sClientAliveInterval,
sClientAliveCountMax, sAuthorizedKeysFile, sAuthorizedKeysFile2,
- sDeprecated
+ sDeprecated, sPubkeyAllowUsers, sPubkeyDenyUsers,
+ sPubkeyAllowGroups, sPubkeyDenyGroups
} ServerOpCodes;
/* Textual representation of the tokens. */
@@ -342,6 +347,10 @@
{ "clientalivecountmax", sClientAliveCountMax },
{ "authorizedkeysfile", sAuthorizedKeysFile },
{ "authorizedkeysfile2", sAuthorizedKeysFile2 },
+ { "pubkeyallowusers"...