Date: Thu, 4 Jul 2002 01:31:31 -0400 From: Michael Sharp <freebsd@ec.rr.com> To: freebsd-security@FreeBSD.ORG Cc: freebsd-questions@FreeBSD.ORG Subject: ssk-keygen Message-ID: <20020704013131.1f7a014f.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*** 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. *** 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-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020704013131.1f7a014f.freebsd>