help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: tramp questions


From: Kai Grossjohann
Subject: Re: tramp questions
Date: Sun, 29 Feb 2004 18:48:56 +0100
User-agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.2 (gnu/linux)

For ssh, you can fake it by adding an entry to ~/.ssh/config:

Host somealias
    HostName the.real.host.name
    User user@host

After this, check from the command line that "ssh somealias" logs you
in as user "user@host" on the real host.  When this works, you can do
C-x C-f /ssh:somealias:/some/file RET.

Does this work?

Kai


reply via email to

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