Re: LIBSSH2 and X11 forwarding.

2009-05-28 Thread Daniel Stenberg
On Thu, 28 May 2009, Peter Stuge wrote: >> Or perhaps the question should rather be put: what should we do to libssh2 >> to make this a lot less complicated? > > It's similar to forwarded TCP ports. If libssh2 should take care of > everything it has to manage these connections coming and going.

Re: LIBSSH2 and X11 forwarding.

2009-05-27 Thread Peter Stuge
Daniel Stenberg wrote: > Is it really necessary to do it that way just to get X11 forwarding > to work? --8<-- rfc4251.txt, Page 24 Implementers of the X11 forwarding protocol SHOULD implement the magic cookie access-checking spoofing mechanism, as described in [SSH-CONNECT], as an additional mech

Re: LIBSSH2 and X11 forwarding.

2009-05-26 Thread Olivier Hervieu
Daniel Stenberg a écrit : > On Mon, 25 May 2009, Olivier Hervieu wrote: > >> Attach to this mail, you will find an exemple showing how to makes >> X11 forwarding works with libssh2. This exemple allocates a shell >> where you can request X ressources. > > Thanks! > > But whoa. That's extremely co

Re: LIBSSH2 and X11 forwarding.

2009-05-26 Thread Daniel Stenberg
On Mon, 25 May 2009, Olivier Hervieu wrote: Attach to this mail, you will find an exemple showing how to makes X11 forwarding works with libssh2. This exemple allocates a shell where you can request X ressources. Thanks! But whoa. That's extremely complicated. Is it really necessary to do it