OpenSSH
[Top] [All Lists]

Re: What would cause keyboard-interactive packet connection close

To: "Tuc at T-B-O-H.NET" <ml@t-b-o-h.net>
Subject: Re: What would cause keyboard-interactive packet connection close
From: Darren Tucker <dtucker@zip.com.au>
Date: Thu, 01 Mar 2007 13:17:45 +1100
Cc: openssh-unix-dev@mindrot.org
Delivered-to: sp-com-lists@consult.net
Delivered-to: openssh-unix-dev-list1@securepoint.com
Delivered-to: openssh-unix-dev-tmda@mindrot.org
Delivered-to: openssh-unix-dev@mindrot.org
In-reply-to: <200702271438.l1REcgbK043047@himinbjorg.tucs-beachin-obx-house.com>
List-archive: <http://lists.mindrot.org/pipermail/openssh-unix-dev>
List-help: <mailto:openssh-unix-dev-request@mindrot.org?subject=help>
List-id: Development of portable OpenSSH <openssh-unix-dev.mindrot.org>
List-post: <mailto:openssh-unix-dev@mindrot.org>
List-subscribe: <http://lists.mindrot.org/mailman/listinfo/openssh-unix-dev>, <mailto:openssh-unix-dev-request@mindrot.org?subject=subscribe>
List-unsubscribe: <http://lists.mindrot.org/mailman/listinfo/openssh-unix-dev>, <mailto:openssh-unix-dev-request@mindrot.org?subject=unsubscribe>
References: <200702271438.l1REcgbK043047@himinbjorg.tucs-beachin-obx-house.com>
Sender: openssh-unix-dev-bounces+openssh-unix-dev-list1=securepoint.com@mindrot.org
User-agent: Thunderbird 1.5.0.9 (Windows/20061207)
Tuc at T-B-O-H.NET wrote:
[...]
>       FreeBSD 5.X (I don't remember off hand) and it identifies
> as :
> 
> OpenSSH_3.5p1 FreeBSD-20030924, SSH protocols 1.5/2.0, OpenSSL 0x0090704f

The client-side debug that you posted looks like sshd is either crashing 
or killing the connection during keyboard-interactive authentication. 
The problem may lie in sshd or in one of the PAM modules that it's 
configured to use.

You can try forcing password auth ("ssh -o 
PreferredAuthentications=password yourserver") which may work around the 
problem, but it's dependent on your server's configuration.

If you can get on to the server you could check the syslog or, better 
yet, run sshd in debug mode to give you a much better idea of what's 
going on.

Anyway I'm pretty sure FreeBSD had their own keyboard-interactive code 
in versions of that vintage to support PAM so it's unlikely that we will 
be able to help you.  You probably need to seek help from the FreeBSD folks.

-- 
Darren Tucker (dtucker at zip.com.au)
GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4  37C9 C982 80C7 8FF4 FA69
     Good judgement comes with experience. Unfortunately, the experience
usually comes from bad judgement.
_______________________________________________
openssh-unix-dev mailing list
openssh-unix-dev@mindrot.org
http://lists.mindrot.org/mailman/listinfo/openssh-unix-dev

<Prev in Thread] Current Thread [Next in Thread>