From: Peter Lee <pete_lee@swbell.net>
Subject: Re: Q: Configuring Tramp on WinNT
Date: Tue, 11 Nov 2003 16:11:17 GMT [thread overview]
Message-ID: <u65hq997f.fsf@swbell.net> (raw)
In-Reply-To: bop0a4$ib5$1@skates.gsfc.nasa.gov
>>>> Jack Saba writes:
Jack> in the .emacs file, but was not able to come up with a
Jack> combination of parameters that worked.
I have the following in my .emacs :
(require 'tramp)
(add-to-list 'tramp-methods
'("plink2"
(tramp-connection-function tramp-open-connection-rsh)
(tramp-login-program "plink")
(tramp-copy-program nil)
(tramp-remote-sh "/bin/sh")
(tramp-login-args ("-2" "-ssh"))
(tramp-copy-args nil)
(tramp-copy-keep-date-arg nil)
(tramp-password-end-of-line "xy")))
(setq tramp-default-method "plink2")
This allows me to 'C-x d /user@host:/home/user RET' and get a
directory listing. I can browse and copy files (text only) with no
problem. However, if I try to open a remote shell (using plink) from
eshell I run into the same problems as you.
Basically I've just been using a seperate cmd (or cygwin) window for
that purpose.
Just some more info that may help... if you solve the eshell problem
please post your solution.
next prev parent reply other threads:[~2003-11-11 16:11 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-11-10 21:30 Q: Configuring Tramp on WinNT Jack Saba
2003-11-11 6:05 ` Eli Zaretskii
2003-11-11 16:11 ` Peter Lee [this message]
2003-12-03 22:33 ` Kai Grossjohann
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=u65hq997f.fsf@swbell.net \
--to=pete_lee@swbell.net \
/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.