diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2019-09-28 22:49:13 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2019-09-28 22:49:13 +0100 |
commit | 54e7ec5c9b079b6668c25585d64021fb2113d227 (patch) | |
tree | 99f5cdf36944ec1c5f5d3acb994dab6533ff146e /factory-default | |
parent | factory-default/net-misc/openssh: reduce ClientAliveCountMax (diff) | |
download | portage-54e7ec5c9b079b6668c25585d64021fb2113d227.tar.xz |
factory-default/net-misc/openssh: disable compression
Diffstat (limited to 'factory-default')
-rw-r--r-- | factory-default/net-misc/openssh/etc/ssh/sshd_config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/factory-default/net-misc/openssh/etc/ssh/sshd_config b/factory-default/net-misc/openssh/etc/ssh/sshd_config index 9db8ab98..72a7cc51 100644 --- a/factory-default/net-misc/openssh/etc/ssh/sshd_config +++ b/factory-default/net-misc/openssh/etc/ssh/sshd_config @@ -91,6 +91,9 @@ MaxSessions 2 ClientAliveInterval 15 ClientAliveCountMax 2 +# Disable compression after the user has authenticated successfully +Compression no + # Do not look up the remote host name and that the resolved host name # for the remote IP address maps back to the very same IP address UseDNS no |