From owner-freebsd-isp Tue Jul 23 11:35: 9 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58DD937B400 for ; Tue, 23 Jul 2002 11:35:06 -0700 (PDT) Received: from floyd.gnulife.org (floyd.gnulife.org [199.86.41.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92DEC43E67 for ; Tue, 23 Jul 2002 11:35:04 -0700 (PDT) (envelope-from jamie@gnulife.org) Received: by floyd.gnulife.org (Postfix, from userid 1000) id ABF8F43280; Tue, 23 Jul 2002 14:01:22 -0500 (CDT) Received: from localhost (localhost [127.0.0.1]) by floyd.gnulife.org (Postfix) with ESMTP id 943F84309D for ; Tue, 23 Jul 2002 14:01:22 -0500 (CDT) Date: Tue, 23 Jul 2002 14:01:22 -0500 (CDT) From: Jamie Ostrowski To: freebsd-isp@freebsd.org Subject: Upgrading Openssh on FreeBSD 4.5 Message-ID: <20020723134555.H2628-100000@floyd.gnulife.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I am trying to upgrade openssh to 3.4p1 on a FreeBSD 4.5 install. I installed the stock "Development" package during the install and left everything else untouched. After I was done installing, I performed the following: 1. cvsup'ed to the latest version of the source / ports 2. Made sure that the /usr/ports/security/openssh-portable/ Makefile has PORTVERSION= 3.4p1 3. typed "make OPENSSH_OVERWRITE_BASE=YES" 4. then typed "make OPENSSH_OVERWRITE_BASE=YES install" 5. typed reset 6. ps -axx | grep sshd 7. kill -HUP of sshd 8. telnet localhost 22 It came back with: Escape character is '^]'. SSH-1.99-OpenSSH_3.4p1 So far so good. When I try to connect from any other system though, response is erratic. Sometimes it lets us log in right away, other times the client will just sit and hang there. We have tried connecting from several different FreeBSD clients. It works properly about 50% of the time, it logs in and connects without any error. When I try to ssh -v from one of the clients, this is the response I get when it is hanging: mirage# ssh -v remotehost.foobar.net SSH Version OpenSSH_2.3.0 green@FreeBSD.org 20010321, protocol versions 1.5/2.0. Compiled with SSL (0x0090600f). debug: Reading configuration data /etc/ssh/ssh_config debug: ssh_connect: getuid 0 geteuid 0 anon 0 debug: Connecting to remotehost.foobar.net [199.20.30.21] port 22. debug: Allocated local port 934. --and it sits there. The other 50% of the time it goes right in. I do not believe this is a network traffic problem. ssh worked fine on the machine before I did the upgrade. Is there something I did wrong during the install? Anyone have any ideas on how I might troubleshoot this? Thanks! - Jamie ===---===---===---===---===---===---===---=== "I thought you were going to get into shape." "I am. The shape I've selected is a triangle." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message