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 ssh_hostkeyfunc bug missing return status #10034

Closed
wants to merge 1 commit into from

Conversation

mickae1
Copy link
Contributor

@mickae1 mickae1 commented Dec 5, 2022

return CURLE_PEER_FAILED_VERIFICATION if verification with the callback return a result different than CURLKHMATCH_OK

In my previous commit this was missing. I've tested it on the version curl 7.86 and it worked.

return CURLE_PEER_FAILED_VERIFICATION if verification with the callback return a result different than CURLKHMATCH_OK
@bagder bagder added the SCP/SFTP label Dec 5, 2022
@bagder bagder closed this in 8fe33a9 Dec 5, 2022
@bagder
Copy link
Member

bagder commented Dec 5, 2022

Thanks!

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

Successfully merging this pull request may close these issues.

None yet

2 participants