From owner-freebsd-security Fri Mar 8 6:34: 8 2002 Delivered-To: freebsd-security@freebsd.org Received: from zeno.cirqular.com (zeno.sopko.net [209.195.183.243]) by hub.freebsd.org (Postfix) with ESMTP id D401737B405 for ; Fri, 8 Mar 2002 06:34:04 -0800 (PST) Received: from thematrixhasyou (3.nwkn1.xdsl.nauticom.net [209.195.175.164]) by zeno.cirqular.com (Postfix) with ESMTP id 8426F46D for ; Fri, 8 Mar 2002 09:49:23 -0500 (EST) From: "Jason Sopko" To: Subject: RE: openssh 3.1 port broken? Date: Fri, 8 Mar 2002 09:34:53 -0500 Message-ID: <000601c1c6ae$69dc29d0$1c00a8c0@thematrixhasyou> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.3416 In-Reply-To: <20020308114426.29c0d676.damir@voljatel.si> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal Sender: owner-freebsd-security@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org 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