summaryrefslogtreecommitdiff
path: root/factory-default
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2019-09-28 22:49:13 +0100
committerBertrand Jacquin <bertrand@jacquin.bzh>2019-09-28 22:49:13 +0100
commit54e7ec5c9b079b6668c25585d64021fb2113d227 (patch)
tree99f5cdf36944ec1c5f5d3acb994dab6533ff146e /factory-default
parentfactory-default/net-misc/openssh: reduce ClientAliveCountMax (diff)
downloadportage-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_config3
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