From owner-freebsd-current@FreeBSD.ORG Fri Mar 5 14:34:57 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 124EC16A4CE for ; Fri, 5 Mar 2004 14:34:57 -0800 (PST) Received: from cmsrelay03.mx.net (cmsrelay03.mx.net [165.212.11.112]) by mx1.FreeBSD.org (Postfix) with SMTP id C34FB43D2F for ; Fri, 5 Mar 2004 14:34:56 -0800 (PST) (envelope-from noackjr@alumni.rice.edu) Received: from cmsapps01.cms.usa.net (165.212.11.136) by cmsoutbound.mx.net with SMTP; 5 Mar 2004 22:34:52 -0000 Received: from optimator.noacks.org [65.69.1.61] by cmsapps01.cms.usa.net (ASMTP/noackjr@usa.net) via mtad (C8.MAIN.3.13N) with ESMTP id 465icewIx0489M36; Fri, 05 Mar 2004 22:34:49 GMT X-USANET-Auth: 65.69.1.61 AUTH noackjr@usa.net optimator.noacks.org Received: from localhost (localhost [127.0.0.1]) by optimator.noacks.org (Postfix) with ESMTP id C6FF36124; Fri, 5 Mar 2004 16:34:48 -0600 (CST) Received: from optimator.noacks.org ([127.0.0.1]) by localhost (optimator.noacks.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 38882-06; Fri, 5 Mar 2004 16:34:47 -0600 (CST) Received: from alumni.rice.edu (optimator [192.168.1.11]) by optimator.noacks.org (Postfix) with ESMTP id 81133611A; Fri, 5 Mar 2004 16:34:47 -0600 (CST) Message-ID: <40490087.7060108@alumni.rice.edu> Date: Fri, 05 Mar 2004 16:34:47 -0600 From: Jon Noack User-Agent: Mozilla Thunderbird 0.5 (Windows/20040207) X-Accept-Language: en-us, en MIME-Version: 1.0 To: =?ISO-8859-1?Q?Dag-Erling_Sm=F8rgrav?= References: <20040303225951.6647E5D07@ptavv.es.net> <20040304162258.C1E5043D49@mx1.FreeBSD.org> <20040305133500.79C559B54F@dsa.des.no> <20040305173113.1BC7A9B54F@dsa.des.no> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed X-Virus-Scanned: by amavisd-new at noacks.org Content-Transfer-Encoding: quoted-printable cc: Randy Bush cc: freebsd-current@freebsd.org Subject: Re: Breakage in X11 over ssh tunnel X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: noackjr@alumni.rice.edu List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Mar 2004 22:34:57 -0000 On 3/5/2004 11:48 AM, Dag-Erling Sm=F8rgrav wrote: > Randy Bush writes: >>> Maybe keyboard-interactive defaults to off in the ssh.com client? >> >> i smell pam. here is debug output from sshd -d -p 8022 >=20 > according to the log, the client doesn't even try to authenticate; it > just gives up because it doesn't understand or doesn't want to use > keyboard-interactive. I just downloaded the latest non-commercial version from ssh.com. It=20 looks like keyboard-interactive is not available at all. Perhaps they=20 restrict this to the commercial versions? Here's the (sanitized) log: C:\>ssh2 -v noackjr@example.org debug: Ssh2Transport: My version: SSH-1.99-3.2.9 SSH Secure Shell=20 Windows Client debug: client supports 2 auth methods: 'publickey,password' debug: server offers auth methods 'publickey,keyboard-interactive'. debug: Ssh2Common: DISCONNECT received: No further authentication=20 methods available. warning: Authentication failed. Disconnected; no more authentication methods available (No further=20 authentication methods available.). Jon Noack