Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upkeyboard-interactive authentication #58
Closed
Labels
Comments
|
Hi there, Thanks for the interest. For completeness, yes, the intention is to implement all of the API. This one looks pretty simple, PRs always welcome. |
|
I've filled an PR #76 |
pkittenis
added a commit
that referenced
this issue
Jul 5, 2019
Session userauth_keyboardinteractive implementation and tests
Red-M
pushed a commit
to Red-M/Redlibssh2
that referenced
this issue
Jun 27, 2020
|
Done by #76 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Do you have any plans to implement this functionality?
Some systems e.g. FreeBSD use this for a simple username/password authentication and do not use the 'password' method. I have tried authenticating with 'userauth_password' but it fails with an 'Unrecognized authentication method: password' error.
Cheers
pr0pane