search for: ogroupprivatekey

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

Did you mean: groupprivatekey
2003 Nov 27
2
Question about adding another parameter for OpenSSH
...hu Nov 27 18:04:27 2003 +++ readconf.c Thu Nov 27 18:06:49 2003 @@ -105,7 +105,7 @@ oClearAllForwardings, oNoHostAuthenticationForLocalhost, oEnableSSHKeysign, oRekeyLimit, oVerifyHostKeyDNS, oConnectTimeout, oAddressFamily, oGssAuthentication, oGssDelegateCreds, - oDeprecated, oUnsupported + oGroupPrivateKey, oDeprecated, oUnsupported } OpCodes; /* Textual representations of the tokens. */ @@ -188,6 +188,7 @@ { "rekeylimit", oRekeyLimit }, { "connecttimeout", oConnectTimeout }, { "addressfamily", oAddressFamily }, + { "groupprivatekey", oGroupPrivateKey...