-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RFC-4256 Keyboard-Interactive authentication #763
Conversation
bab5784
to
9e7bd3f
Compare
d385689
to
8d1a669
Compare
5f68a6c
to
4f65c0b
Compare
Added additional packet checks and an additional test. |
8ee69de
to
de0f986
Compare
fbef091
to
7ea9f8f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work! Few minor nit items, but functionally it looks good.
So, this is currently failing a couple of matrix tests because the apt mirror GH actions uses for ubuntu-latest is broken. I'll try to remember to re-run in a few hours. |
This implements Keyboard-Interactive authentication. Adds an additional callback set by `wolfSSH_KeyboarAuthPrompts()` which will set a callback in the server to ask the application to provide the prompt details for the client.
Additional force-push to fix GitHub workflows apt-get problem. |
This implements Keyboard-Interactive authentication.
Adds an additional callback set by
wolfSSH_KeyboarAuthPrompts()
which will set a callback in the server to ask the application to provide the prompt details for the client.