Skip to content
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

Fix compilation when disabling pubkey authentication (DROPBEAR_SVR_PUBKEY_AUTH) #169

Merged
merged 2 commits into from
May 31, 2022

Conversation

MaxMougg
Copy link
Contributor

@MaxMougg MaxMougg commented May 30, 2022

Fixes #168

Following issue "Compilation error when disabling pubkey authentication (DROPBEAR_SVR_PUBKEY_AUTH)" from davidbernard04, code is modified to take in account that requesting information from method "ses.authstate.pubkey_info" isn't possible since the method is disabled when DROPBEAR_SVR_PUBKEY_OPTIONS_BUILT value is 0.
@davidbernard04
Copy link

Thanks @MaxMougg ! :)

@mkj mkj merged commit f2318d8 into mkj:master May 31, 2022
@mkj
Copy link
Owner

mkj commented May 31, 2022

Thanks @davidbernard04 and @MaxMougg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Compilation error when disabling pubkey authentication (DROPBEAR_SVR_PUBKEY_AUTH)
3 participants