[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SSH_OPTIONS_FD
[Thread Prev] | [Thread Next]
- Subject: SSH_OPTIONS_FD
- From: Xypron <xypron.glpk@xxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Sun, 23 Sep 2012 21:54:47 +0200
- To: libssh@xxxxxxxxxx
Dear maintainer, I want to use libssh tunneling through a firewall. Hence I create a socket and deal with the authorization process of the firewall. I end up with a socket that is connected and the SSH header already arriving. I create a ssh session and with ssh_option_set SSH_OPTIONS_FD I pass the socket. If I call ssh_connect the status of the session will be "connecting". How do I get the session into status "connected"? Best regards Heinrich Schuchardt
Re: SSH_OPTIONS_FD | Andreas Schneider <asn@xxxxxxxxxxxxxx> |