search for: smaxconnections

Displaying 1 result from an estimated 1 matches for "smaxconnections".

Did you mean: maxconnections
1999 Nov 20
1
openssh and DOS
...(ServerOptions *options) @@ -161,7 +162,7 @@ sPrintMotd, sIgnoreRhosts, sX11Forwarding, sX11DisplayOffset, sStrictModes, sEmptyPasswd, sRandomSeedFile, sKeepAlives, sCheckMail, sUseLogin, sAllowUsers, sDenyUsers, sAllowGroups, sDenyGroups, - sIgnoreUserKnownHosts + sIgnoreUserKnownHosts, sMaxConnections } ServerOpCodes; /* Textual representation of the tokens. */ @@ -211,6 +212,7 @@ { "denyusers", sDenyUsers }, { "allowgroups", sAllowGroups }, { "denygroups", sDenyGroups }, + { "maxconnections", sMaxConnections }, { NULL, 0 } }; @@ -587,6...