Benjamin Motz <[email protected]> writes:

> Hello,

Hi,

> I want to login on a remote machine (known only by ip-number) and
> acquire superuser permissions there. To do this I tried the
> recommended solution, described in the tramp manual:
>
> (setq tramp-default-proxies-alist '())
>        ;necessary because otherwise emacs would complain about non
>        ;existing list

This is a good indication of your problem, see below.

> (add-to-list 'tramp-default-proxies-alist
>               '("\\`192\\.168\\.178\\.168\\'" "\\`root\\'" "/ssh:%h:"))
>
> Anyway, after trying to open the file
>
>          /sudo:[email protected]:
>
> tramp returns an error as if it didn't care about the multihop
> settings:

This configuration is valid for Tramp 2.1. I recommend to upgrade. If
you want to use Tramp 2.0, as bundled with Emacs 22, please read the
provided Tramp manual via Info.

However, Emacs 23 will be released soon(*), so Tramp 2.1 is the version
you will be faced with then.

(*): See <http://permalink.gmane.org/gmane.emacs.devel/111466>

> Thanks a lot for any recommendations, Benjamin

Best regards, Michael.


_______________________________________________
Tramp-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/tramp-devel

Reply via email to