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: Tramp ssh Authentication Problem. Date: Tue, 10 Jun 2014 11:42:22 +0200 Message-ID: <87oay15ce9.fsf@gmx.de> References: <53941A38.7040306@wilkesley.net> <53944CBE.5030107@wilkesley.net> <87lht7ig9n.fsf@gmx.de> <5395676A.1020102@wilkesley.net> <87ha3uih9h.fsf@gmx.de> <87a99lmrkm.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1402393389 32164 80.91.229.3 (10 Jun 2014 09:43:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 10 Jun 2014 09:43:09 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: zwz Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jun 10 11:43:02 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 1WuIa6-0003T0-9u for geh-help-gnu-emacs@m.gmane.org; Tue, 10 Jun 2014 11:43:02 +0200 Original-Received: from localhost ([::1]:37864 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WuIa5-0001Xs-S0 for geh-help-gnu-emacs@m.gmane.org; Tue, 10 Jun 2014 05:43:01 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47397) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WuIZo-0001XE-In for help-gnu-emacs@gnu.org; Tue, 10 Jun 2014 05:42:52 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WuIZb-0006d9-J5 for help-gnu-emacs@gnu.org; Tue, 10 Jun 2014 05:42:44 -0400 Original-Received: from mout.gmx.net ([212.227.15.18]:53908) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WuIZb-0006ch-Af for help-gnu-emacs@gnu.org; Tue, 10 Jun 2014 05:42:31 -0400 Original-Received: from detlef.gmx.de ([93.202.56.98]) by mail.gmx.com (mrgmx102) with ESMTPSA (Nemesis) id 0LgNGi-1WOHkf1V12-00ng2K; Tue, 10 Jun 2014 11:42:29 +0200 In-Reply-To: <87a99lmrkm.fsf@gmail.com> (zwz's message of "Tue, 10 Jun 2014 10:22:33 +0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) X-Provags-ID: V03:K0:ie0vzKHs18L54DVnUtU5FCGGPbk47/TdguvE0+8jfDWTo2cZmL9 s2gm8Xf1h40l8ur4OsmuObiM14u42CcF7T6rP5xYifeeN9fkYDLQoLRkSAxautpjaSAoHkr fvj6WCwn+ql/GPnFqAD+EZfQLH0Q7nwOMKoY209kLa/hNRrsHzlcuPt4O9C4dKDarqQuYYd ZZpkRx99yCeDeY7SFc55Q== X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 212.227.15.18 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:98120 Archived-At: zwz writes: > Nice. Can you give the link of your hints? It's in the FAQ section of the Tramp manual. Eval (info "(tramp) Frequently Asked Questions") > Also, I got the problem when I tried to use tramp: > sudo: no tty present and no askpass program specified Well, how to you use sudo? From your local machine, or do you hop onto another machine (via Tramp), and apply sudo there? > I have installed openssh-askpass. Usually, you could instruct sudo to use your askpass program by setting the environment variable $SUDO_ASKPASS. See the man page of sudo(8). Best regards, Michael.