tramp-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Tramp on Windows XP


From: Kai Großjohann
Subject: Re: Tramp on Windows XP
Date: Sat, 11 Jun 2005 22:39:55 +0200
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (darwin)

Joel Gwynn <address@hidden> writes:

> (nconc (cadr (assq 'tramp-login-args (assoc "ssh" tramp-methods)))
>        '(("bash" "-i")))
> (setcdr (assq 'tramp-remote-sh (assoc "ssh" tramp-methods))
>       '("bash -i"))

Where did you get this?  Looks very complicated.

> When I try to connect like so:
> Ctrl-x Ctrl-f /address@hidden:/mypath

Perhaps C-x C-f /sshx:address@hidden:/mypath RET works better.
The method sshx passes the argments "-t -t" (yes, twice) to ssh to
force allocation of a tty.  This is what is supposed to work,
theoretically.

But John is right: in practice, I think that plink from PuTTY works
better.  The documentation should recommend using PuTTY when using
Tramp under Emacs on Windows.

Kai





reply via email to

[Prev in Thread] Current Thread [Next in Thread]