[sshd_config]
     activate RSA 2 key
This commit is contained in:
Ben Lindstrom 2001-03-05 05:17:18 +00:00
parent 7ab5117367
commit 531a445c3a
2 changed files with 6 additions and 3 deletions

View File

@ -25,6 +25,9 @@
- deraadt@cvs.openbsd.org 2001/02/22 08:03:51
[ssh-keygen.1 ssh-keygen.c]
bye bye -d
- deraadt@cvs.openbsd.org 2001/02/22 18:09:06
[sshd_config]
activate RSA 2 key
20010304
- (bal) Remove make-ssh-known-hosts.1 since it's no longer valid.
@ -4217,4 +4220,4 @@
- Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1
$Id: ChangeLog,v 1.859 2001/03/05 05:13:38 mouring Exp $
$Id: ChangeLog,v 1.860 2001/03/05 05:17:18 mouring Exp $

View File

@ -1,4 +1,4 @@
# $OpenBSD: sshd_config,v 1.32 2001/02/06 22:07:50 deraadt Exp $
# $OpenBSD: sshd_config,v 1.33 2001/02/22 18:09:06 deraadt Exp $
# This is the sshd server system-wide configuration file. See sshd(8)
# for more information.
@ -9,7 +9,7 @@ Port 22
#ListenAddress ::
HostKey /etc/ssh_host_key
HostKey /etc/ssh_host_dsa_key
#HostKey /etc/ssh_host_rsa_key
HostKey /etc/ssh_host_rsa_key
ServerKeyBits 768
LoginGraceTime 600
KeyRegenerationInterval 3600