From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ian Barton Newsgroups: gmane.emacs.help Subject: Re: Tramp ssh Authentication Problem. Date: Mon, 09 Jun 2014 08:51:06 +0100 Message-ID: <5395676A.1020102@wilkesley.net> References: <53941A38.7040306@wilkesley.net> <53944CBE.5030107@wilkesley.net> <87lht7ig9n.fsf@gmx.de> Reply-To: ian@manor-farm.org NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1402317873 32505 80.91.229.3 (9 Jun 2014 12:44:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 9 Jun 2014 12:44:33 +0000 (UTC) Cc: help-gnu-emacs@gnu.org, ian@manor-farm.org To: Michael Albinus , Ian Barton Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jun 09 14:44:25 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Wtyw0-0005T6-AQ for geh-help-gnu-emacs@m.gmane.org; Mon, 09 Jun 2014 14:44:20 +0200 Original-Received: from localhost ([::1]:60823 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wtyw0-0003yJ-0L for geh-help-gnu-emacs@m.gmane.org; Mon, 09 Jun 2014 08:44:20 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58082) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WtuMO-0006HK-5t for help-gnu-emacs@gnu.org; Mon, 09 Jun 2014 03:51:22 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WtuMI-0005VJ-ET for help-gnu-emacs@gnu.org; Mon, 09 Jun 2014 03:51:16 -0400 Original-Received: from mail2.wilkesley.net ([109.74.196.44]:36219 helo=li40-130.members.linode.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WtuMI-0005V1-80 for help-gnu-emacs@gnu.org; Mon, 09 Jun 2014 03:51:10 -0400 Original-Received: from scamper2.bantercat.co.uk (unknown [46.33.134.31]) (Authenticated sender: ian@wilkesley.net) by li40-130.members.linode.com (Postfix) with ESMTPSA id A402710DA4E; Mon, 9 Jun 2014 07:51:07 +0000 (UTC) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 In-Reply-To: <87lht7ig9n.fsf@gmx.de> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 109.74.196.44 X-Mailman-Approved-At: Mon, 09 Jun 2014 08:44:07 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:98114 Archived-At: On 08/06/14 16:15, Michael Albinus wrote: > Ian Barton writes: > >> It appears that the public key is accepted OK, but Tramp just >> hangs. The sshd config file is identical on the server that works and >> the one that doesn't. > > Likely, there is a problem with your prompt. Use tramp-verbose 10, and > show the debug buffer. > >> Ian. > > Best regards, Michael. > You were right. The actual prompt looks the same on both computers. However, I tried copying .zshrc from the computer that worked to the one that didn't and now I can connect via Tramp OK. I thought that .zshrc was the same on both computers, but obviously it wasn't. Time to run diff and find out what the problem is. Ian.