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
