From owner-freebsd-questions@FreeBSD.ORG Fri Jan 28 01:21:14 2005 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 1941A16A4CE for ; Fri, 28 Jan 2005 01:21:14 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90B5043D49 for ; Fri, 28 Jan 2005 01:21:13 +0000 (GMT) (envelope-from greatnorthern@gmail.com) Received: by rproxy.gmail.com with SMTP id z35so341038rne for ; Thu, 27 Jan 2005 17:21:08 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=i5F9nh/NTS5jnOF8E3GNwgkHtS6L1tpz3teVl1TBTplRsymQo37KqkSIub36Jvmn1ZJUydQSCyqzFvueilfBjcD5FWItD1OpsFgyaCsSb04FJgy7/eOUwGAzLmVcuKCiJU35rWyzXtqOGxxohKodB9P0sjK4TX3K+tOyd664hHY= Received: by 10.38.89.70 with SMTP id m70mr76674rnb; Thu, 27 Jan 2005 17:21:08 -0800 (PST) Received: by 10.38.209.80 with HTTP; Thu, 27 Jan 2005 17:21:08 -0800 (PST) Message-ID: <467b1e7a050127172176b829f4@mail.gmail.com> Date: Fri, 28 Jan 2005 02:21:08 +0100 From: Fabian Anklam To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: sshd_config / failed authentication X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Fabian Anklam List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Jan 2005 01:21:14 -0000 Dear all, could someone be so kind to point out to me which settings in sshd_config have to be changed to allow login from an ssh client without getting "authentication failed" messages on the console and a timeout on the guest machine. My client, putty in this case display the login: dialog, but after entering the username hangs without ever displaying the password: dialog My FreeBSD5.3 Release box ps -aux reveals: root 722 0.0 0.7 3360 2812 ?? Is 12:12AM 0:00.01 sshd root 755 0.0 0.8 4720 2920 ?? Is 12:29AM 0:00.05 sshd: [accepted] (sshd) sshd 756 0.0 0.8 4792 2936 ?? S 12:29AM 0:00.18 sshd: [net] (sshd) root 760 0.0 0.1 348 232 v0 R+ 12:29AM 0:00.00 grep sshd and then, after about a minute: root 722 0.0 0.7 3360 2812 ?? Is 12:12AM 0:00.01 sshd root 755 0.0 0.8 4912 3072 ?? Ss 12:29AM 0:00.06 sshd: fan [priv] (sshd) sshd 756 0.0 0.8 4768 2940 ?? S 12:29AM 0:00.18 sshd: fan [net] (sshd) root 835 0.0 0.1 348 232 v0 R+ 12:30AM 0:00.00 grep sshd and then, after about a minute again: [...] sshd[755}: fatal: Timeout before authentication for 192.168.0.10 I did man sshd_config and changed some settings despite not understanding one word but to no avail so i restored the original. I tried to consult the handbook, also to no avail. Help needed and appreciated, Fabian