summaryrefslogtreecommitdiff
path: root/sshd_config
diff options
context:
space:
mode:
Diffstat (limited to 'sshd_config')
-rw-r--r--sshd_config4
1 files changed, 2 insertions, 2 deletions
diff --git a/sshd_config b/sshd_config
index 40522d75e..0e2970078 100644
--- a/sshd_config
+++ b/sshd_config
@@ -1,4 +1,4 @@
1# $OpenBSD: sshd_config,v 1.33 2001/02/22 18:09:06 deraadt Exp $ 1# $OpenBSD: sshd_config,v 1.34 2001/02/24 10:37:26 deraadt Exp $
2 2
3# This is the sshd server system-wide configuration file. See sshd(8) 3# This is the sshd server system-wide configuration file. See sshd(8)
4# for more information. 4# for more information.
@@ -8,8 +8,8 @@ Port 22
8#ListenAddress 0.0.0.0 8#ListenAddress 0.0.0.0
9#ListenAddress :: 9#ListenAddress ::
10HostKey /etc/ssh_host_key 10HostKey /etc/ssh_host_key
11HostKey /etc/ssh_host_dsa_key
12HostKey /etc/ssh_host_rsa_key 11HostKey /etc/ssh_host_rsa_key
12HostKey /etc/ssh_host_dsa_key
13ServerKeyBits 768 13ServerKeyBits 768
14LoginGraceTime 600 14LoginGraceTime 600
15KeyRegenerationInterval 3600 15KeyRegenerationInterval 3600