X11 forwarding over proxied connection.



I can do "ssh -X foo" where foo is a local machine on the same network and
from
there forward X back to my desktop. However, I have another machine that I
have to access using a proxy:

ssh -X -o "ProxyCommand ./connect.exe -S socks-proxy:1080 other_machine 22"
other_machine

After I login this way, my DISPLAY variable is set correctly
(localhost:10.0) but when
I try to start an X session it says nu usable address for localhost:6010 and
also
Error: can't open display: localhost:10.0

I assume this has something to do with the proxy. Anyway to get X working
through the
proxy?

thanks,

Todd


.



Relevant Pages

  • Re: smart pointer dangerous (no -> operator)
    ... So Ada provides only two ways to access the managed object? ... In Ada 95 I declare the proxy type tagged controlled. ... The implementation of Foo goes as follows: ... the target object is derived from Object.Entity. ...
    (comp.lang.ada)
  • Re: is decorator the right thing to use?
    ... ProxyMethod declarations instead of a dict; ... from proxies import Proxy, ProxyMethod ... bmethod = ProxyMethod ... B::bmethod 10 foo ...
    (comp.lang.python)
  • Re: is decorator the right thing to use?
    ... auto-population of proxy methods since for each class/method those are ... # do NOT delegate C.cmethod2 ... A::mymethod foo ... if cls in self._cls2delegate: ...
    (comp.lang.python)
  • Re: is decorator the right thing to use?
    ... from proxies import Proxy ... # Maps each delegate method to the proxy attribute that refers to ... B::bmethod 10 foo ...
    (comp.lang.python)
  • Re: ISA 2006 config for allowing clients localhost requests
    ... the local machine. ... It is a LoopBack address,...by definition a Loopback ... always allows localhost requests through the proxy or ... bypasses the proxy altogether for client's request for localhost? ...
    (microsoft.public.isa.configuration)