Top "Tramp" questions

tramp stands for Transparent Remote Access - Multiple Protocols, an Emacs module that allows remote editing of files.

Open file via SSH and Sudo with Emacs

I want to open a file inside Emacs which is located on a remote server, with sudo powers on the …

emacs ssh sudo tramp
Emacs: Tramp doesn't work

I tried to open a remote file via Emacs via Tramp. (require 'tramp) (setq tramp-default-method "ssh") I get a message …

emacs ssh tramp
How to create a trampoline function for hook

I'm interested in hooking and I decided to see if I could hook some functions. I wasn't interested in using …

c++ winapi hook tramp trampolines
Editing remote files with Emacs using public key authentication

How can I edit files on my remote host using my local Emacs when I can access the remote host …

emacs ssh tramp
Tramp mode in emacs using ssh config

I think this is very basic question in using tramp, but it doesn't work for me. I have my ~/.ssh/…

emacs ssh tramp
How to use SSH and SUDO together with TRAMP in Emacs

Possible Duplicate: Open file via SSH and Sudo with Emacs I want to open a file using sudo (say, /etc/…

emacs ssh sudo tramp
How can I use Emacs Tramp to double hop ssh?

My campus only lets ssh access through a gateway server. So to access the cluster I am coding on I …

emacs ssh tramp