This is a discussion on Re: X11 forwarding and session multiplexing within the OpenSSH Development forums, part of the Networking and Network Related category; it's not implemented. On Thu, Mar 31, 2005 at 12:42:24PM -0800, Iain Morgan wrote: > Hi, > &...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
it's not implemented.
On Thu, Mar 31, 2005 at 12:42:24PM -0800, Iain Morgan wrote: > Hi, > > A user has noticed that X11 forwarding does not appear to work when using session > multiplexing. It seems that the DISPLAY environment variable is not getting > set in the slave sessions. > > Any thought? The ~/.ssh/config ib below. > > Host somehost-master > ControlMaster yes > ControlPath ~/.ssh/somehost.sock > HostbasedAuthentication no > HostName somehost > > Host somehost-slave > ControlPath ~/.ssh/somehost.sock > > Host * > Ciphers blowfish-cbc,aes128-cbc > ForwardAgent no > ForwardX11 yes > ServerAliveInterval 300 > > -- > Iain Morgan > > _______________________________________________ > openssh-unix-dev mailing list > openssh-unix-dev@mindrot.org > http://www.mindrot.org/mailman/listi...enssh-unix-dev _______________________________________________ openssh-unix-dev mailing list openssh-unix-dev@mindrot.org http://www.mindrot.org/mailman/listi...enssh-unix-dev |