summaryrefslogtreecommitdiff
path: root/sshd_config
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-03-05 05:17:18 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-03-05 05:17:18 +0000
commit531a445c3a17049eabd39f0669e2e24959f062f7 (patch)
tree582465e237ee62a10e02500c1277cf9a2a069397 /sshd_config
parent7ab5117367f075a86d2558be5be62ba1daa1794b (diff)
- deraadt@cvs.openbsd.org 2001/02/22 18:09:06
[sshd_config] activate RSA 2 key
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 370c4c8bc..40522d75e 100644
--- a/sshd_config
+++ b/sshd_config
@@ -1,4 +1,4 @@
1# $OpenBSD: sshd_config,v 1.32 2001/02/06 22:07:50 deraadt Exp $ 1# $OpenBSD: sshd_config,v 1.33 2001/02/22 18:09:06 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.
@@ -9,7 +9,7 @@ Port 22
9#ListenAddress :: 9#ListenAddress ::
10HostKey /etc/ssh_host_key 10HostKey /etc/ssh_host_key
11HostKey /etc/ssh_host_dsa_key 11HostKey /etc/ssh_host_dsa_key
12#HostKey /etc/ssh_host_rsa_key 12HostKey /etc/ssh_host_rsa_key
13ServerKeyBits 768 13ServerKeyBits 768
14LoginGraceTime 600 14LoginGraceTime 600
15KeyRegenerationInterval 3600 15KeyRegenerationInterval 3600