Date: Fri, 8 Mar 2002 09:34:53 -0500 From: "Jason Sopko" <jason@sopko.net> To: <freebsd-security@freebsd.org> Subject: RE: openssh 3.1 port broken? Message-ID: <000601c1c6ae$69dc29d0$1c00a8c0@thematrixhasyou> In-Reply-To: <20020308114426.29c0d676.damir@voljatel.si>
next in thread | previous in thread | raw e-mail | index | archive | help
Edit the Makefile in the openssh ports and modify line 106 to the following: ${PREFIX}/bin/ssh-keygen -t rsa1 -N "" -f ${PREFIX}/etc/ssh_host_key You just need to add '-t rsa1' to the line, that is all that needs changed. I had the same problem and this worked for me. ///Jason -----Original Message----- From: owner-freebsd-security@FreeBSD.ORG [mailto:owner-freebsd-security@FreeBSD.ORG] On Behalf Of Damir Horvat Sent: Friday, March 08, 2002 5:44 AM To: freebsd-security@freebsd.org Subject: openssh 3.1 port broken? Hello! I've just updated security ports and got this error while compilig openssh 3.1: --- install -c -m 444 -o root -g wheel Ssh.bin /usr/local/lib ===> Generating temporary packing list >> Generating an RSA1 secret host key. /usr/local/bin/ssh-keygen -N "" -f /usr/local/etc/ssh_host You must specify a key type (-t). Usage: ssh-keygen [options] Stop in /usr/ports/security/openssh. *** Error code 1 Stop in /usr/ports/security/openssh. *** Error code 1 Stop in /usr/ports/security/openssh. --- bash-2.05a$ uname -a FreeBSD pxna.hide.voljatel.si 4.4-RELEASE FreeBSD 4.4-RELEASE #2: Tue Mar 5 10:01:44 CET 2002 damir@voljatel.si:/usr/src/sys/compile/PXNA i386 regards, Damir To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-security" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-security" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000601c1c6ae$69dc29d0$1c00a8c0>