summaryrefslogtreecommitdiff
path: root/sshd_config
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-03-05 06:05:35 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-03-05 06:05:35 +0000
commit4b00c8b40bfa22a8d7f68089b5b7542d23facdf0 (patch)
tree7bd70c3030c1b78f2bcd4400ad069312e3c4228e /sshd_config
parentb00d4fb1426fa6ac3c1e2ca78ee40e5f0e1d5d15 (diff)
downloadopenssh-git-4b00c8b40bfa22a8d7f68089b5b7542d23facdf0.tar.gz
- deraadt@cvs.openbsd.org 2001/02/24 10:37:26
[sshd_config] ssh2 rsa key before dsa 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 40522d75..0e297007 100644
--- a/sshd_config
+++ b/sshd_config
@@ -1,4 +1,4 @@
-# $OpenBSD: sshd_config,v 1.33 2001/02/22 18:09:06 deraadt Exp $
+# $OpenBSD: sshd_config,v 1.34 2001/02/24 10:37:26 deraadt Exp $
# This is the sshd server system-wide configuration file. See sshd(8)
# for more information.
@@ -8,8 +8,8 @@ Port 22
#ListenAddress 0.0.0.0
#ListenAddress ::
HostKey /etc/ssh_host_key
-HostKey /etc/ssh_host_dsa_key
HostKey /etc/ssh_host_rsa_key
+HostKey /etc/ssh_host_dsa_key
ServerKeyBits 768
LoginGraceTime 600
KeyRegenerationInterval 3600