Re-add HPN configuration options as deprecated options to avoid breaking
existing configurations that use them. Note that there is no functional difference between OpenSSH with HPN and OpenSSH without HPN.
This commit is contained in:
parent
d4c0a84fc7
commit
9860d96e8f
@ -280,6 +280,10 @@ static struct {
|
||||
{ "updatehostkeys", oUpdateHostkeys },
|
||||
{ "hostbasedkeytypes", oHostbasedKeyTypes },
|
||||
{ "ignoreunknown", oIgnoreUnknown },
|
||||
{ "hpndisabled", oDeprecated },
|
||||
{ "hpnbuffersize", oDeprecated },
|
||||
{ "tcprcvbufpoll", oDeprecated },
|
||||
{ "tcprcvbuf", oDeprecated },
|
||||
{ "versionaddendum", oVersionAddendum },
|
||||
|
||||
{ NULL, oBadOption }
|
||||
|
@ -536,6 +536,9 @@ static struct {
|
||||
{ "streamlocalbindunlink", sStreamLocalBindUnlink, SSHCFG_ALL },
|
||||
{ "allowstreamlocalforwarding", sAllowStreamLocalForwarding, SSHCFG_ALL },
|
||||
{ "fingerprinthash", sFingerprintHash, SSHCFG_GLOBAL },
|
||||
{ "hpndisabled", sDeprecated, SSHCFG_ALL },
|
||||
{ "hpnbuffersize", sDeprecated, SSHCFG_ALL },
|
||||
{ "tcprcvbufpoll", sDeprecated, SSHCFG_ALL },
|
||||
{ NULL, sBadOption, 0 }
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user