From owner-freebsd-questions Fri Mar 8 11:23:22 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.marketwatchmail.com (mail.marketwatchmail.com [206.146.143.85]) by hub.freebsd.org (Postfix) with SMTP id C7CB837B404 for ; Fri, 8 Mar 2002 11:23:15 -0800 (PST) Received: (qmail 2672 invoked from network); 8 Mar 2002 20:09:09 -0000 Received: from unknown (HELO jaustadw2k) (206.147.106.71) by mail.marketwatchmail.com with SMTP; 8 Mar 2002 20:09:09 -0000 From: "Jay Austad" To: "FreeBSD Questions" Subject: RE: OpenSSH Upgrade - Confused Date: Fri, 8 Mar 2002 13:23:13 -0600 Message-ID: <54180709DD3FE145917BB165AFE7EFA002E0D5F3@mspexch2.office.mktw.net> 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.2627 Importance: Normal In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm having trouble with the version in the ports tree. A make install give me: install -c -m 444 -o root -g wheel Ssh.bin /usr/local/libdata/ssh ===> Generating temporary packing list >> Generating an RSA1 secret host key. /usr/local/bin/ssh-keygen -N "" -f /usr/local/etc/ssh_host_key You must specify a key type (-t). Usage: ssh-keygen [options] Options: -b bits Number of bits in the key to create. -c Change comment in private and public key files. -e Convert OpenSSH to IETF SECSH key file. -f filename Filename of the key file. -i Convert IETF SECSH to OpenSSH key file. -l Show fingerprint of key file. -p Change passphrase of private key file. -q Quiet. -y Read private key file and print public key. -t type Specify type of key to create. -B Show bubblebabble digest of key file. -C comment Provide new comment. -N phrase Provide new passphrase. -P phrase Provide old passphrase. *** Error code 1 Stop in /usr/ports/security/openssh. *** Error code 1 Stop in /usr/ports/security/openssh. *** Error code 1 Stop in /usr/ports/security/openssh. Also, the original ssh stuff is installed in /usr/(s)bin, instead of /usr/local/(s)bin. And a pkg_info -a doesn't show the original ssh version, so I can't remove it with pkg_delete. The man page for ssh-keygen also does not list the values for the -t flag, so I don't what to put in the Makefile for the openssh port to make it work. I'm using Freebsd 4.4. Jay To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message