From owner-freebsd-current@FreeBSD.ORG Fri May 14 10:18:36 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E07C616A4CE for ; Fri, 14 May 2004 10:18:36 -0700 (PDT) Received: from forrie.com (forrie.ne.client2.attbi.com [24.62.205.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EFB743D48 for ; Fri, 14 May 2004 10:18:34 -0700 (PDT) (envelope-from forrie@forrie.com) Received: from [127.0.0.1] (i-95.forrie.net. [192.168.1.95]) by forrie.com with ESMTP id i4EHIQnt023369 for ; Fri, 14 May 2004 13:18:27 -0400 (EDT) (envelope-from forrie@forrie.com) Message-ID: <40A4FF60.4000400@forrie.com> Date: Fri, 14 May 2004 13:18:24 -0400 From: Forrest Aldrich User-Agent: Mozilla Thunderbird 0.6+ (Windows/20040512) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-RAVMilter-Version: 8.3.0(snapshot 20010925) (forrie.ne.client2.attbi.com) X-MailScanner-LocalNet: Found to be clean X-Mailman-Approved-At: Sat, 15 May 2004 04:57:41 -0700 Subject: Bug in CURRENT OpenSSL/sshd? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 May 2004 17:18:37 -0000 I use SecureCRT from Windows/XP to connect to my various FreeBSD servers. When I updated (twice installed to verify) from FreeBSD-5.2.1 to FreeBSD-CURRENT, I'm no longer able to log in via SecureCRT. The error indicates there are no authentication methods. I've changed my config in SecureCRT to "Keyboard Interactive" which works fine. This is not a bug with SecureCRT, it is on the sshd side. I tried uncommenting PasswordAuthentication in /etc/ssh/sshd_config and that didn't make a difference. Wondering if anyone else has seen this problem, as I'd like to narrow this down and get it fixed. Forrest