From 2eba5e351672368485ed4f0b62da848022b57086 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Thu, 22 Feb 2001 18:09:07 +0000 Subject: activate RSA 2 key --- usr.bin/ssh/sshd_config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.bin/ssh/sshd_config b/usr.bin/ssh/sshd_config index 8d0af106089..14c64d77c78 100644 --- a/usr.bin/ssh/sshd_config +++ b/usr.bin/ssh/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