diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-03-05 06:05:35 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-03-05 06:05:35 +0000 |
commit | 4b00c8b40bfa22a8d7f68089b5b7542d23facdf0 (patch) | |
tree | 7bd70c3030c1b78f2bcd4400ad069312e3c4228e /sshd_config | |
parent | b00d4fb1426fa6ac3c1e2ca78ee40e5f0e1d5d15 (diff) | |
download | openssh-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_config | 4 |
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 |