From owner-freebsd-questions@FreeBSD.ORG Mon Sep 20 20:42:07 2004 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 E780216A4CE for ; Mon, 20 Sep 2004 20:42:07 +0000 (GMT) Received: from amcuxfw802.amc.af.mil (amcuxfw802.amc.af.mil [131.9.254.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EB3843D3F for ; Mon, 20 Sep 2004 20:42:06 +0000 (GMT) (envelope-from david.hauan@fairchild.af.mil) Received: from amcw2av801.amc.ds.af.mil (amcw2av801.amc.af.mil [131.9.19.109]) by fw2.amc.af.mil with SMTP id i8KKg3jm018243; Mon, 20 Sep 2004 15:42:05 -0500 (CDT) Received: from amcw2ms873.amc.ds.af.mil ([131.9.25.136]) M2004092015420504887 ; Mon, 20 Sep 2004 15:42:05 -0500 Received: from amcw2ms517.amc.ds.af.mil ([131.9.19.74]) by amcw2ms873.amc.ds.af.mil with Microsoft SMTPSVC(5.0.2195.6713); Mon, 20 Sep 2004 15:42:01 -0500 X-MimeOLE: Produced By Microsoft Exchange V6.0.6375.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Mon, 20 Sep 2004 15:42:00 -0500 Message-ID: <59FD5336D1B1FA40AF6DDD241D8DBAC6C2BEF2@amcw2ms517.amc.ds.af.mil> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Ssh connection Thread-Index: AcSfS0TMt6ToeoI6T2ir5FlBisEHFQABu89Q From: "Hauan, David" To: "Pota Kalima" X-OriginalArrivalTime: 20 Sep 2004 20:42:01.0063 (UTC) FILETIME=[479A0F70:01C49F52] cc: freebsd-questions@freebsd.org Subject: RE: Ssh connection 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: Mon, 20 Sep 2004 20:42:08 -0000 > -----Original Message----- > From: Pota Kalima [mailto:hpota@mac.com]=20 > Sent: Monday, September 20, 2004 12:54 PM > To: Lowell Gilbert; Kevin Stevens > Cc: > Subject: Re: Ssh connection >=20 >=20 > Thanks for all your responses. I must add that I am not a=20 > programmer, so all that the verbose stuff did not mean much=20 > too. I bit the bullet and started afresh - re-installed 5.2.1. >=20 > I find that I could ssh to the machine itself, okay - as KeS=20 > suggested. The process ends with the machine connecting to itself! >=20 > What I still cannot do is to ssh from another machine=20 > (Laptops MacOS X or > windoz) which I would really like to do. On the mac I get this >=20 > $ ssh -vvv 192.168.0.5 > OpenSSH_3.6.1p1+CAN-2004-0175, SSH protocols 1.5/2.0, OpenSSL=20 > 0x0090702f > debug1: Reading configuration data /etc/ssh_config > debug1: Rhosts Authentication disabled, originating port will=20 > not be trusted. > debug2: ssh_connect: needpriv 0 > debug1: Connecting to 192.168.0.5 [192.168.0.5] port 22. > debug1: connect to address 192.168.0.5 port 22: Permission denied > ssh: connect to host 192.168.0.5 port 22: Permission denied >=20 > $=20 >=20 > The machine I am trying to connect to has NO firewall, yet. >=20 > Pota >=20 I might be way off here but... are those other machines in your etc/hosts file? I don't recall complete details but I think this solved that issue for me; or something about DNS. Maybe a clue for you?