tramp-devel
[Top][All Lists]
Advanced

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

RE: tramp (2.1.3); tramp does not use proxy when tramp-default-proxies-a


From: Bryson, Stewart
Subject: RE: tramp (2.1.3); tramp does not use proxy when tramp-default-proxies-alist is set
Date: Thu, 6 Oct 2005 16:21:50 -0500

Thanks Michael. I'll try the CVS.

Swb



-----Original Message-----
From: Michael Albinus [mailto:address@hidden 
Sent: Thursday, October 06, 2005 4:19 PM
To: Bryson, Stewart
Cc: address@hidden
Subject: Re: tramp (2.1.3); tramp does not use proxy when
tramp-default-proxies-alist is set

"Bryson, Stewart" <address@hidden> writes:

> As the buffers show, tramp is still going straight to the remote
servers
> even though I have my bastion configured in the
> tramp-default-proxies-alist.
>
> I have confirmed that connection to the bastion is possible via the
> method described.
>
> Is there something else that needs to be configured to make tramp look
> at this array?

You have set:

>  tramp-default-proxies-alist '(("nil" "nil"
> "/sshx:address@hidden"))

That looks a little bit confused. NIL is not a string but a constant,
so it shouldn't be quoted. Your `tramp-default-proxies-alist' should
be '((nil nil "/sshx:address@hidden"))

Nevertheless, there is an error in Tramp 2.1.3 with that proxy code,
which is fixed in Tramp CVS meanwhile (I hope so): It uses always the
same password for every hop. If you need different passwords your way
out of hades (passing cerberus), you need to wait for Tramp 2.1.4, or
you try Tramp CVS. Sorry for that, but I fear it is too expansive to
puzzle the respective patches towards Tramp 2.1.3.

> Thank you.

Best regards, Michael.




reply via email to

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