Questions tagged [tramp]

for questions related to using Tramp mode (Transparent Remote Access, Multiple Protocols) in Emacs

TRAMP (Transparent Remote Access, Multiple Protocols) is a package for editing remote files, similar to AngeFtp or efs. Whereas the others use FTP to connect to the remote host and to transfer the files, TRAMP uses a remote shell connection (rlogin, telnet, ssh). It can transfer the files using rcp or a similar program, or it can encode the file contents (using uuencode or base64) and transfer them right through the shell connection.

Tramp was formerly called RCP or rcp.el.

EmacsWiki page:

https://www.emacswiki.org/emacs/TrampMode

2 questions
1
vote
1 answer

Why does Tramp hang when sending Perl scripts to the remote host?

I know that this is not directly programming related, but I'm stumped, and since Emacs is my main programming tool... I am trying to set up Tramp to connect to my testing host. I'm invoking it either using /ssh:host:.bashrc or /scp:host:.bashrc but…
Chris R
  • 523
  • 1
  • 5
  • 20
-1
votes
1 answer

Emacs/tramp: sudo to root on localhost hangs after asking for password

Can't use the su method, since I don't really want to veer from the Ubuntu default too much. ssh is right out (for localhost? I ask you!). It shows a "Waiting for prompts from remote shell". And that's it, apparently. Or is it just that…