From 531a445c3a17049eabd39f0669e2e24959f062f7 Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Mon, 5 Mar 2001 05:17:18 +0000 Subject: - deraadt@cvs.openbsd.org 2001/02/22 18:09:06 [sshd_config] activate RSA 2 key --- ChangeLog | 5 ++++- sshd_config | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index d1c9197a2..bad82c5ab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 $ diff --git a/sshd_config b/sshd_config index 370c4c8bc..40522d75e 100644 --- a/sshd_config +++ b/sshd_config @@ -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 -- cgit v1.2.3