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: Using TRAMP on Windows Date: Fri, 11 Mar 2011 11:00:14 +0100 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1299837668 2423 80.91.229.12 (11 Mar 2011 10:01:08 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 11 Mar 2011 10:01:08 +0000 (UTC) To: emacs-help Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Mar 11 11:01:03 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 1Pxz9b-0005Ky-2G for geh-help-gnu-emacs@m.gmane.org; Fri, 11 Mar 2011 11:01:03 +0100 Original-Received: from localhost ([127.0.0.1]:50352 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pxz9Z-0008P2-Jo for geh-help-gnu-emacs@m.gmane.org; Fri, 11 Mar 2011 05:01:01 -0500 Original-Received: from [140.186.70.92] (port=40099 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pxz9B-0008Oi-8d for help-gnu-emacs@gnu.org; Fri, 11 Mar 2011 05:00:39 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pxz99-0002TY-GV for help-gnu-emacs@gnu.org; Fri, 11 Mar 2011 05:00:37 -0500 Original-Received: from mail-iy0-f169.google.com ([209.85.210.169]:57695) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pxz99-0002TB-BS for help-gnu-emacs@gnu.org; Fri, 11 Mar 2011 05:00:35 -0500 Original-Received: by iyf13 with SMTP id 13so3258916iyf.0 for ; Fri, 11 Mar 2011 02:00:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:from:date:message-id:subject:to :content-type; bh=4DFDWS0U5Ahb+kKAr3c+2KdKFUStKOutrxo5b9n2dBo=; b=VgOVXMySVnHe78Uc8ro0CE3mgUCnY/fKIUzw6nVC8l8/yWsvHG9pA56ID/g1CY/LkI +TV0+555fdM8upMRNyyxafx6orThspGqPBHum1mFx+2d9LBtmUFiD9Ext1zvryvrvUM4 28w64PuOkq9wRmAnUCIATZpSrD74Q9RXy3TYI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=wEgBIn03eLjn3ExEaos6TleelagUk7RXwrR3pYQ20hJVHHVI1wJfZzVTofCE+3zV4r Gcd4Snxxz+67/2gKO7RhxzSisrHPTlcnepzkPjUIII+BB/3qWQp/1lmPco39jf7YCSrJ G7a8GAFWqXvWAOnQRZN/t3Ef39MWKio4r0n5o= Original-Received: by 10.231.195.222 with SMTP id ed30mr6736479ibb.114.1299837634050; Fri, 11 Mar 2011 02:00:34 -0800 (PST) Original-Received: by 10.231.10.202 with HTTP; Fri, 11 Mar 2011 02:00:14 -0800 (PST) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.210.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:79964 Archived-At: Hi, I'm using: GNU Emacs 24.0.50.1 (i386-mingw-nt6.1.7600) of 2011-02-08 on 3249CTO. I'm trying to edit some file on a server using TRAMP (SSH): C-x C-f /theserver:.emacs It asks me for the login name and the password, I type them in correctly, but the password is not accepted. This all works fine when I connect using SSH in PuTTY. What am I doing wrong? I have not modified any TRAMP settings. Thanks, Deniz Dogan