libssh2-tunnel-example icon indicating copy to clipboard operation
libssh2-tunnel-example copied to clipboard

Example of permanent SSH tunnel using libssh2

Results 2 libssh2-tunnel-example issues
Sort by recently updated
recently updated
newest added

Hi, libssh2_userauth_publickey_fromfile (sess, user, psrv_key.pub, psrv_key.priv, 0) and or ibssh2_userauth_publickey_fromfile_ex and or ibssh2_userauth_publickey_frommemory all fails with -18. while the at the shell the: ssh -i ./psrv_key.priv user@server works fine.

If `LIBSSH2_ERROR_EAGAIN` is returned for `libssh2_channel_write`, retry writing the data.