Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #266481

Category None
Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
Changed at Thu 07 May 2026 09:08:31
Repository https://api.github.com/repos/curl/curl
Project curl/curl
Branch bagder/url-ssh
Revision 91df8936ff597df3f91f198632d304c784ca3a2a

Comments

url: remove ssh_config_matches

The CURLOPT_SSH_HOST_PUBLIC_KEY_* options are documented to verify the
host at connect time and not for connection reuse. Once the SSH host has
been deemed okay, it remains okay as long as the connection survives.

In addition: this function currently always returned TRUE since the
pointers have been NULLed in the SSH backend code before this function
is called.

Follow-up to c31fcf2decfbf1259cc1f31

Reported-by: Andrew Nesbit

Changed files