Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Jul 2002 06:33:43 -0400
From:      Michael Sharp <freebsd@ec.rr.com>
To:        freebsd-stable@FreeBSD.ORG
Subject:   ssh-keygen
Message-ID:  <20020704063343.7aaa41fb.freebsd@ec.rr.com>

next in thread | raw e-mail | index | archive | help
I did a cvsup of RELENG_4 about 2 hours ago ( July 4th @ 12:05 am )and noticed the new openssh3.4p1 and pam.conf source so I decided to make world. On reboot, ssh-keygen fails to make RSA keys because in rc.network there is no -t rsa option when running ssh-keygen. ***I changed it*** on my system and all is well. This is likely to come up on the questions and security list for those that did a cvsup at about the same time I did.  I'm sure its been discovered and fixed by now, but if not, I thought I would send it.

***                
if [ ! -f /etc/ssh/ssh_host_key ]; then
echo ' creating ssh RSA host key';
/usr/bin/ssh-keygen -t rsa -N "" -f /etc/ssh/ssh_host_key
***

Michael



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020704063343.7aaa41fb.freebsd>