You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 26, 2026. It is now read-only.
Running a console application with libssh doesn't ssh_connect, rather returns "Couldn't apply options" - which isn't very informative.
Context
I tried to run the following code:
But it returns "Couldn't apply options" error to ssh_connect(), all the ssh_options_set work (return a value of 0)
Expected Behavior
Connect to the SSH server
Actual Behavior
Returns an error
Steps to Reproduce
Your Environment
Possible Fix
:Shrug: