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

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

Re: edit a file over two linked ssh


From: suvayu ali
Subject: Re: edit a file over two linked ssh
Date: Tue, 22 Nov 2011 13:53:38 +0100

To update,

> (add-to-list 'tramp-default-proxies-alist
>              '("remotehost.\+" nil "/ssh:%u@intgw:"))
> (add-to-list 'tramp-default-proxies-alist
>              '("intgw" nil "/ssh:%u@publichost:"))

With help from Michael, the problem turned out to be a simple regexp
problem for the host name. "^remotehost" and "^intgw" worked
beautifully.

-- 
Suvayu

Open source is the future. It sets us free.



reply via email to

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