From owner-freebsd-questions@FreeBSD.ORG Mon Sep 20 00:32: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 A611216A4CE for ; Mon, 20 Sep 2004 00:32:16 +0000 (GMT) Received: from mail6.speakeasy.net (mail6.speakeasy.net [216.254.0.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D4EF43D39 for ; Mon, 20 Sep 2004 00:32:16 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 15440 invoked from network); 20 Sep 2004 00:32:16 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.no-ip.com) ([66.92.78.145]) (envelope-sender ) by mail6.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 20 Sep 2004 00:32:16 -0000 Received: by be-well.no-ip.com (Postfix, from userid 1147) id C0D32E; Sun, 19 Sep 2004 20:32:15 -0400 (EDT) Sender: lowell@be-well.ilk.org To: Kevin Stevens References: From: Lowell Gilbert Date: 19 Sep 2004 20:32:15 -0400 In-Reply-To: Message-ID: <44r7oxye40.fsf@be-well.ilk.org> Lines: 35 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: Pota Kalima 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 00:32:16 -0000 Kevin Stevens writes: > On Sep 19, 2004, at 10:17, Pota Kalima wrote: > > > On 19/9/04 5:56 pm, "Kevin Stevens" wrote: > >> > >> 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 > > Well, there you go. Better get it working locally before worrying > about connecting from other machines - at least it's easier to > troubleshoot that way. You can start adding -v's to your session > command to get more details. I suspect that making sshd log more verbosely will be important, not just seeing the error messages from ssh.