From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.help Subject: Re: NTEmacs + plink Date: Wed, 13 Jun 2007 23:07:35 +0200 Message-ID: <874plbtv8l.fsf@gmx.de> References: <1179363834.155446.234830@q75g2000hsh.googlegroups.com> <20070610214402.GB21395@mail.potis.org> <20070611054613.GA22370@mail.potis.org> <87bqfleyhe.fsf@gmx.de> <20070612234431.GA26155@mail.potis.org> <20070613203951.GA28129@mail.potis.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1181769171 18883 80.91.229.12 (13 Jun 2007 21:12:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 13 Jun 2007 21:12:51 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: poti@potis.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jun 13 23:12:50 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Hya92-0006Ki-3Y for geh-help-gnu-emacs@m.gmane.org; Wed, 13 Jun 2007 23:12:48 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hya91-0000Xv-Ft for geh-help-gnu-emacs@m.gmane.org; Wed, 13 Jun 2007 17:12:47 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hya8E-0000EL-IO for help-gnu-emacs@gnu.org; Wed, 13 Jun 2007 17:11:58 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hya8D-0000Dn-Sg for help-gnu-emacs@gnu.org; Wed, 13 Jun 2007 17:11:58 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hya8D-0000DN-J6 for help-gnu-emacs@gnu.org; Wed, 13 Jun 2007 17:11:57 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1Hya8D-0007rI-0u for help-gnu-emacs@gnu.org; Wed, 13 Jun 2007 17:11:57 -0400 Original-Received: (qmail invoked by alias); 13 Jun 2007 21:11:55 -0000 Original-Received: from p57A20BA0.dip0.t-ipconnect.de (EHLO localhost.local) [87.162.11.160] by mail.gmx.net (mp034) with SMTP; 13 Jun 2007 23:11:55 +0200 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX1/jXfkzdirjLTljgBU/Yd9T+Rh2ZHMdNtD3IAbBur EwZ1k61hAEz/3Q In-Reply-To: <20070613203951.GA28129@mail.potis.org> (poti@potis.org's message of "Wed, 13 Jun 2007 16:39:51 -0400") User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.50 (gnu/linux) X-Y-GMX-Trusted: 0 X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:45025 Archived-At: poti@potis.org writes: > On OSX, Make failed, but ./configure only had warnings. After running > configure, the warning and problem went away. Now I can get through, > including directory listings, provided I used authorized_keys. I have > different passwords on the two hops and cannot get to the second hop > using passwords. Looking through the long debug output, I see that after > the successful first hop there appears to be a process that is repeated > ten times. Here is the line I was watching for to count 10: > > 16:10:00 tramp-accept-process-output (10) # *tramp/ssh me@second.hop.org* run > > This was followed variously by blanks or the prompt from the first hop on the > next line, but the last two were apparently the standard > > Permission denied (publickey,keyboard-interactive).^M > > I can send details here or off list if this is useful. You might send me the debug buffer and the connection buffer off the list; they are too long for the public. For your own analysis, check all debug messages of level (6). They should show you exactly the strings sent and received during connection (except passwords). Maybe you find something useful. Debug messages with a greater level would need more knowledge of Tramp for analysis. > -Poti Best regards, Michael.