From owner-freebsd-questions@FreeBSD.ORG Sun Sep 19 17:15:29 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 E1F7916A4CE for ; Sun, 19 Sep 2004 17:15:29 +0000 (GMT) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC0C443D45 for ; Sun, 19 Sep 2004 17:15:29 +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 i8JHFTBV003349; Sun, 19 Sep 2004 10:15:29 -0700 (PDT) Received: from [192.168.0.2] (host217-42-111-1.range217-42.btcentralplus.com [217.42.111.1]) (authenticated bits=0)i8JHFQvl027831; Sun, 19 Sep 2004 10:15:28 -0700 (PDT) User-Agent: Microsoft-Entourage/11.0.0.040405 Date: Sun, 19 Sep 2004 18:17:59 +0100 From: Pota Kalima To: Kevin Stevens , Message-ID: In-Reply-To: Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit 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: Sun, 19 Sep 2004 17:15:30 -0000 On 19/9/04 5:56 pm, "Kevin Stevens" wrote: > > On Sep 19, 2004, at 05:28, Pota Kalima wrote: > >> I am having trouble connecting TO my base machine which runs release >> 5.2.1 >> from 2 other machines (Mac OS X, and Windoz). I can connect to the OS X >> machine FROM this base machine as well as from the windoz machine. > > What happens if you try to ssh to the machine from itself? > > KeS > Tried to ssh to machine itself and got the following: $ Ssh 192.168.0.5 The authenticity of host '192.168.0.5 (192.168.0.5)' can't be established. DSA key fingerprint is 42:98:e3:11: Are you sure you want to continue connecting (yes/no)? Yes Warning: Permanently added '192.168.0.5' (DSA) to the list of known hosts. [There was a prolonged pause here, I almost rebooted the machine] Sep 19 18:10:00 localhost sshd[581]: fatal: Timeout before authentification for 192.168.0.5 Connection closed by 192.168.0.5 $ Pota