summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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