From owner-freebsd-questions@FreeBSD.ORG Wed May 25 09:26:00 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 2044916A41C for ; Wed, 25 May 2005 09:26:00 +0000 (GMT) (envelope-from albi@scii.nl) Received: from post-23.mail.nl.demon.net (post-23.mail.nl.demon.net [194.159.73.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFA9543D4C for ; Wed, 25 May 2005 09:25:59 +0000 (GMT) (envelope-from albi@scii.nl) Received: from aseed.demon.nl ([83.160.138.119]:9994 helo=mail.aseed.antenna.nl) by post-23.mail.nl.demon.net with esmtp (Exim 4.43) id 1Das9F-0009OE-LT; Wed, 25 May 2005 09:25:57 +0000 Received: from http.aseed.antenna.nl (unknown [192.168.0.50]) by mail.aseed.antenna.nl (Postfix) with ESMTP id 807FC154117; Wed, 25 May 2005 11:30:45 +0200 (CEST) Received: from localhost.localdomain (d22090.upc-d.chello.nl [213.46.22.90]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by http.aseed.antenna.nl (Postfix) with ESMTP id E043A58CC23; Wed, 25 May 2005 11:25:57 +0200 (CEST) Date: Wed, 25 May 2005 11:25:53 +0200 From: "albi@scii.nl" To: philip@xms.co.za Message-Id: <20050525112553.5cb52928.albi@scii.nl> In-Reply-To: <1117036786.4120.9.camel@linux.site> References: <1117036786.4120.9.camel@linux.site> X-Mailer: Sylpheed version 1.0.4 (GTK+ 1.2.10; i386-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: ssh autehntication 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: Wed, 25 May 2005 09:26:00 -0000 On Wed, 25 May 2005 08:59:46 -0700 Philip Wege wrote: > Configured sshd for publickeyauth,port 22 and protocol 2 connections. > > When ever a ssh connection is attempted it says : fatal : timeout > before authentication. Server on local network. > > sshd pid is running also. your firewall-settings do allow port 22 traffic ? which ssh-client are you using ? does /var/log/auth.log on the server give any more info ? what gives "ssh -vv your_server" from a client in the network ?