summaryrefslogtreecommitdiff
path: root/package/openssh/files/sshd_config
diff options
context:
space:
mode:
Diffstat (limited to 'package/openssh/files/sshd_config')
-rw-r--r--package/openssh/files/sshd_config5
1 files changed, 3 insertions, 2 deletions
diff --git a/package/openssh/files/sshd_config b/package/openssh/files/sshd_config
index b8a2c1a70..9eab62f73 100644
--- a/package/openssh/files/sshd_config
+++ b/package/openssh/files/sshd_config
@@ -12,7 +12,8 @@
#Port 22
#AddressFamily any
-ListenAddress 0.0.0.0
+# uncomment next line to disable ipv6
+#ListenAddress 0.0.0.0
#ListenAddress ::
# Disable legacy (protocol version 1) support in the server for new
@@ -94,7 +95,7 @@ UsePrivilegeSeparation yes
#Compression delayed
#ClientAliveInterval 0
#ClientAliveCountMax 3
-#UseDNS yes
+UseDNS no
#PidFile /var/run/sshd.pid
#MaxStartups 10
#PermitTunnel no