From owner-freebsd-questions@FreeBSD.ORG Mon Sep 20 19:51:16 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 C654416A4CE for ; Mon, 20 Sep 2004 19:51:16 +0000 (GMT) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2CD243D1F for ; Mon, 20 Sep 2004 19:51:16 +0000 (GMT) (envelope-from hpota@mac.com) Received: from mac.com (smtpin08-en2 [10.13.10.153]) by smtpout.mac.com (8.12.6/MantshX 2.0) with ESMTP id i8KJpEtf029430; Mon, 20 Sep 2004 12:51:14 -0700 (PDT) Received: from [192.168.0.3] (host217-42-111-17.range217-42.btcentralplus.com [217.42.111.17]) (authenticated bits=0)i8KJpBvl014947; Mon, 20 Sep 2004 12:51:13 -0700 (PDT) User-Agent: Microsoft-Entourage/11.0.0.040405 Date: Mon, 20 Sep 2004 20:53:44 +0100 From: Pota Kalima To: Lowell Gilbert , Kevin Stevens Message-ID: In-Reply-To: <44r7oxye40.fsf@be-well.ilk.org> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit cc: " " 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 19:51:16 -0000 Thanks for all your responses. I must add that I am not a programmer, so all that the verbose stuff did not mean much too. I bit the bullet and started afresh - re-installed 5.2.1. I find that I could ssh to the machine itself, okay - as KeS suggested. The process ends with the machine connecting to itself! What I still cannot do is to ssh from another machine (Laptops MacOS X or windoz) which I would really like to do. On the mac I get this $ ssh -vvv 192.168.0.5 OpenSSH_3.6.1p1+CAN-2004-0175, SSH protocols 1.5/2.0, OpenSSL 0x0090702f debug1: Reading configuration data /etc/ssh_config debug1: Rhosts Authentication disabled, originating port will 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 $ The machine I am trying to connect to has NO firewall, yet. Pota