From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Deniz Dogan Newsgroups: gmane.emacs.help Subject: Re: Using TRAMP on Windows Date: Fri, 11 Mar 2011 12:58:54 +0100 Message-ID: References: <831v2euf1y.fsf@gnu.org> <83sjutubzg.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1299844783 8839 80.91.229.12 (11 Mar 2011 11:59:43 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 11 Mar 2011 11:59:43 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Eli Zaretskii Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Mar 11 12:59:39 2011 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.69) (envelope-from ) id 1Py10M-0004bw-KI for geh-help-gnu-emacs@m.gmane.org; Fri, 11 Mar 2011 12:59:38 +0100 Original-Received: from localhost ([127.0.0.1]:49590 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Py10M-0005oX-31 for geh-help-gnu-emacs@m.gmane.org; Fri, 11 Mar 2011 06:59:38 -0500 Original-Received: from [140.186.70.92] (port=42176 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Py102-0005oS-5I for help-gnu-emacs@gnu.org; Fri, 11 Mar 2011 06:59:19 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Py101-0001CZ-90 for help-gnu-emacs@gnu.org; Fri, 11 Mar 2011 06:59:18 -0500 Original-Received: from mail-iw0-f169.google.com ([209.85.214.169]:39432) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Py100-0001CE-0z; Fri, 11 Mar 2011 06:59:16 -0500 Original-Received: by iwl42 with SMTP id 42so3382785iwl.0 for ; Fri, 11 Mar 2011 03:59:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type:content-transfer-encoding; bh=jlkXxqq0ZSSBWRw58IrM1FAFNKLSR4EYb9oJoNf6mws=; b=uQI5BbLC8+OnuNmGuYDQD2muK2K9uAP88O3jqHhdy7kojiP6cFKI3PxAdNYOh2QaxV HnnztgiqtqntFTKtCrXQpPeR87gJfFB+bEpiZEwFWXXmYHxrec/lSd8Mj+hRPcAdXBjY iWx3MGf8Lg3uvHtzrkQbmfC9tmutbqGCPthZE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=IwgfGl4BlTbsR5CxZWXeU9IETamAiGNakLMUwufZurtayug5Y6TwjuF34Qf5GPS8tz dKl442fk0V7xbD75hOaT0bX81yJwbecD0QShsmm5N1ZIzgizTrgVkA8AUX2nNpWxyPPv BgjRRbKV/rY9E1mWDlxG4dWJLMiGoirPOukSY= Original-Received: by 10.231.195.222 with SMTP id ed30mr6819107ibb.114.1299844755107; Fri, 11 Mar 2011 03:59:15 -0800 (PST) Original-Received: by 10.231.10.202 with HTTP; Fri, 11 Mar 2011 03:58:54 -0800 (PST) In-Reply-To: <83sjutubzg.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.214.169 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:79977 Archived-At: 2011/3/11 Eli Zaretskii : >> From: Deniz Dogan >> Date: Fri, 11 Mar 2011 11:35:08 +0100 >> Cc: help-gnu-emacs@gnu.org >> >> > FWIW, "C-x C-f /plink:USERNAME@SERVER:.emacs RET" works for me (with >> > PuTTY's plink and Pageant running). >> > >> >> This works for me as well, but without Pageant. So why doesn't it work >> doing it the standard way? > > Who said it doesn't? =A0It does for me, if I say > > =A0 C-x C-f /USERNAME@SERVER:.emacs RET > > In your example, you didn't use the USERNAME@ part, perhaps that's the > reason. > But TRAMP prompts me for the username when I omit it. I enter the username and then the password but authentication fails. --=20 Deniz Dogan