all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: John Hunter <jdhunter@ace.bsd.uchicago.edu>
Subject: tramp default method
Date: Tue, 19 Oct 2004 15:25:04 -0500	[thread overview]
Message-ID: <m24qkqcv6n.fsf@nitace.bsd.uchicago.edu> (raw)


I am using tramp to acceess remote files over ssh/scp.  I have the
following in my .emacs (and nothing else)

    (setq load-path (cons (expand-file-name "~/emacs/lisp/tramp/lisp") load-path))
    (require 'tramp)
    (setq tramp-default-method "scp")

and if I examine the variable tramp-default-method with
describe-variable it is indeed "scp".

If I open a file with C-x C-f /server:somefile I get prompted for a
password (I have passwordless login enabled over ssh) and an get an
ftp failure with the following message in the *ftp user@sever* buffer

    ftp> open server
    ftp: connect: Connection refused

If I give the tramp method explicitly, with 

   C-x C-f /[scp/server]somefile

it works.

Any ideas?  I was under the impression that tramp would be invoked
merely with the C-x C-f /server:file syntax

JDH

GNU Emacs 21.2.1 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of 2002-04-29 on mother.paradise.lost
$Id: tramp.el,v 2.95 2002/04/10 17:16:25 kaig Exp $

             reply	other threads:[~2004-10-19 20:25 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-10-19 20:25 John Hunter [this message]
2004-11-05 22:32 ` tramp default method Kai Grossjohann
  -- strict thread matches above, loose matches on Subject: below --
2006-05-25 19:38 VR
     [not found] ` <nqac94lwh9.fsf@alcatel.de>
2006-05-26 18:59   ` VR
2006-10-29 13:18 Tramp " Lars Hansen
2006-11-05 17:06 ` Michael Albinus
2006-11-05 16:52   ` Andreas Schwab
2006-11-05 19:34     ` Michael Albinus
2006-11-05 20:34       ` Andreas Schwab
2006-11-05 20:53         ` Michael Albinus
2006-11-06  5:01   ` Richard Stallman
2006-11-06 14:52     ` Lars Hansen
2006-11-06 21:00       ` Richard Stallman
2006-11-06 22:45         ` Michael Albinus
2006-11-06 22:33       ` Michael Albinus
2006-11-06 22:31     ` Michael Albinus
2006-11-06 14:47   ` Lars Hansen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m24qkqcv6n.fsf@nitace.bsd.uchicago.edu \
    --to=jdhunter@ace.bsd.uchicago.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.