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

libssh: remove CURLOPT_SSL_VERIFYHOST check #13781

Closed
wants to merge 1 commit into from

Conversation

bagder
Copy link
Member

@bagder bagder commented May 25, 2024

It was never meant for SSH: it should rely on the knownhosts file (if set) in the same way libssh2 already does.

Reported-by: James Abbatiello
Fixes #13767

It was never meant for SSH: it should rely on the knownhosts file (if
set) in the same way libssh2 already does.

Reported-by: James Abbatiello
Fixes #13767
@bagder bagder closed this in 4157ccb May 26, 2024
@bagder bagder deleted the bagder/libssh-verifyhost branch May 26, 2024 10:01
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.

Document that CURLOPT_SSL_VERIFYHOST applies to SSH
1 participant