From owner-freebsd-questions@FreeBSD.ORG Tue Feb 22 23:24:00 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 292F216A4CE for ; Tue, 22 Feb 2005 23:24:00 +0000 (GMT) Received: from freebsdportal.com (freebsdportal.com [161.58.142.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7868A43D48 for ; Tue, 22 Feb 2005 23:23:59 +0000 (GMT) (envelope-from jdf@freebsdportal.com) Received: from freebsdportal.com (localhost [127.0.0.1]) by freebsdportal.com (8.13.1/8.13.1) with ESMTP id j1MNNwiN056410; Tue, 22 Feb 2005 23:23:58 GMT Received: (from jdf@localhost) by freebsdportal.com (8.13.1/8.13.1/Submit) id j1MNNvon056389; Tue, 22 Feb 2005 23:23:57 GMT Date: Tue, 22 Feb 2005 23:23:56 +0000 From: jim@freeze.org To: Chuck Swiger Message-ID: <20050222232356.GB34739@freeze.org> References: <20050222211148.GA39859@freeze.org> <20050222215018.GA73127@freeze.org> <52db984e328af02367f124b03ca241a9@secure-computing.net> <20050222215959.GA80924@freeze.org> <421BAF65.7050905@mac.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <421BAF65.7050905@mac.com> User-Agent: Mutt/1.4.2.1i cc: questions@freebsd.org Subject: Re: SSH terminal locking up from OS X to FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Feb 2005 23:24:00 -0000 * Chuck Swiger [2005-02-22 17:17:09 -0500]: > Are the two machines on the same network segment, or are they remote? Do > you have IPFW rulesets enabled on either, particularly dynamic ones? > Running sshd with -vvv will help, as others have suggested, although you > might also consider running "tcpdump -Xvn host foo and port 22" and see > what you see... The machines are remote. Also, location doesn't seem to matter. I get the same results when the Mac is on different networks, wired or wireless. No IPFW rulesets on this FreeBSD machine. On my old FreeBSD machine I did have firewall rules enabled, but I got the same result. On the Mac, I have the default firewall rules on but allow ssh connections. I'll try the tcpdump. Is that command done as follows from the Mac?: su tcpdump -Xvn remotemachine.org user and port 22 -- Jim Freeze