[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: multihop with su
From: |
Michael Albinus |
Subject: |
Re: multihop with su |
Date: |
Tue, 01 Jun 2004 22:06:34 +0200 |
User-agent: |
Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) |
pascal carrie <address@hidden> writes:
> when it does not hang i obtain the too files:
> debug tramp/multi address@hidden:*
> # Opening `multi' connection...
> # Waiting 60s for local shell to come up...
> sh-2.05b$ # Sending rlogin command `ssh proto -l
> usuario'
That means the first hop has been successfull.
> # Waiting for prompts from remote shell
> # Waiting 60s for prompt from remote shell
> # Sending password
>
> and *tramp/multi address@hidden:*
> address@hidden's password:
So it has reached the second hop. But it didn't asked you ...
Oops, I've just discovered that password caching is not working
correctly for multi-hops. So please disable this feature by
(setq password-cache nil) in your .emacs.
> hope it help you
> thanks
> pascal
Best regards, Michael.