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.
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
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
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