[X2Go-Dev] Bug#34: SSH over proxy: SSH_OPTIONS_FD
Xypron
xypron.glpk at gmx.de
Sun Sep 23 22:20:32 CEST 2012
I managed to adjust the GUI and to open a socket through the firewall
with the SSH header arriving from the server.
The socket can be passed to the SSH session with
ssh_options_set( my_ssh_session, SSH_OPTIONS_FD, &proxysocket);
This about where I am stuck, because it is unclear to me how to signal
to the libssl library (in sshmasterconnection.cpp) that the socket is
already connected.
The changed coding is available at
http://www.xypron.de/viewvc/svn/x2go/x2goclient/branches/proxy/
svn co http://www.xypron.de/svn/x2go/x2goclient/branches/proxy/
Best regards
Heinrich
More information about the x2go-dev
mailing list