[Message Prev][Message Next][Thread Prev][Thread Next][Message Index][Thread Index]
Re: TRAMP (transparent remote file access)
- X-ml-count: 4580
- Subject: Re: TRAMP (transparent remote file access)
- From: ari@xxxxxxxxxxxxxxxx (ARISAWA Akihiro)
- Date: Tue, 27 May 2003 13:02:56 +0900
- User-agent: Wanderlust/2.10.1 (Watching The Wheels-pre) MEIMI/1.14.0 (It's show time!) FLIM/1.14.5 (出町柳) APEL/10.4 Emacs/21.3 (i686-pc-linux-gnu) MULE/5.0 (賢木)
>>>>> In [meadow-users-jp : No.4574]
>>>>> 小関 吉則 (KOSEKI Yoshinori) <kose@xxxxxxxxxxxxxxxxxx> wrote:
ari> (setq tramp-default-method "smp")
kose> 最新の tramp-2.0.34 を使ってますが smp という method はない
kose> です。
最新版を入れてみましたが、"ssh" という methods で良さそうな気がします。
まだちゃんと確認していませんが、tramp-methods を以下のようにして、
ファイルの取得はできました。
("ssh"
(tramp-connection-function tramp-open-connection-rsh)
(tramp-login-program "ssh")
(tramp-copy-program nil)
(tramp-remote-sh "/bin/ksh -i")
(tramp-login-args
("/bin/ksh" "-i"))
(tramp-copy-args nil)
(tramp-copy-keep-date-arg nil))
>>>>> In [meadow-users-jp : No.4577]
>>>>> Shun-ichi GOTO <gotoh@xxxxxxxxxxx> wrote:
> ちなみにssh には-T とかのオプションつけず、-i (interactive) だけで
> うまくいきました? Windows 側はOpenSSH ですか? PuTTY ですか? or else?
> わたしも、prompt を出させれば(interactive にすれば)いけるだろうと思って
> 以前試したのだけど、駄目だったのですよねぇ。
$ ssh -V
OpenSSH_3.5p1, SSH protocols 1.5/2.0, OpenSSL 0x0090608f
です。これも半年くらい前のかな。
ssh にはオプションはつけてません。
--
有沢 明宏