From owner-freebsd-questions@FreeBSD.ORG Sat Jul 7 13:50:28 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6957116A480 for ; Sat, 7 Jul 2007 13:50:28 +0000 (UTC) (envelope-from simonychang@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.224]) by mx1.freebsd.org (Postfix) with ESMTP id 291C813C459 for ; Sat, 7 Jul 2007 13:50:28 +0000 (UTC) (envelope-from simonychang@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so370309nzf for ; Sat, 07 Jul 2007 06:50:27 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Qoe03xKBuXrKIk7PuQz84rX2db3/ltqB0lV7KGsPWIDJ+unevjxW9IMOjbw4vJldw/tP30pb5NhxQWM39rGmW32VtuJ5wnM6TwInnwj9lkl+mLSHims/KDfG72BQFXtT77x80i/IB5JhW6wTdZgXw7zgD+5cD1/EMP8Y65ouHmc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=NmGRTaz6mk5B/a9LU8yRZh2JOqYGcA6L52Atw8J6rr48fn3Y0KzntaM5j8TAT218vnt8wXBPD9Xg7Kng72Ml4oMBiitVISve4ei5hfIePIv0SGyq+kpe5in0ykRtyaSOoT8fyof5Ay3Ac6Vw4S9/faion3XB76IgeefpFhJokv0= Received: by 10.114.154.1 with SMTP id b1mr1568972wae.1183816226796; Sat, 07 Jul 2007 06:50:26 -0700 (PDT) Received: by 10.114.26.7 with HTTP; Sat, 7 Jul 2007 06:50:26 -0700 (PDT) Message-ID: <8efc42630707070650g55179cbk3ffc554b14d6d33d@mail.gmail.com> Date: Sat, 7 Jul 2007 09:50:26 -0400 From: "Simon Chang" To: tundra@tundraware.com In-Reply-To: <468F4635.4020204@tundraware.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <468F4635.4020204@tundraware.com> Cc: freebsd-questions@freebsd.org Subject: Re: An ssh Question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Jul 2007 13:50:28 -0000 > > OpenSSH_4.5p1 FreeBSD-20061110, OpenSSL 0.9.7e-p1 25 Oct 2004 > debug1: Reading configuration data /etc/ssh/ssh_config > debug2: ssh_connect: needpriv 0 > debug1: Connecting to xxxxxxxxxxxxxx.com [x.x.x.x] port 22. > > > What is really baffling is that if I try the exact same thing from, say, > a cygwin session on a host on the private network - this works fine. > So ... it's not a firewall problem as near as I can tell. It may be > an ssh configuration problem - that is, the FreeBSD ssh client can't do > it, but another client (cygwin) can. It would be helpful if you include your firewall ruleset, plus sshd_config. It's possible that one or more is misconfigured, but we would have no way of knowing without your telling us about them. SC