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

Change #266492

Category None
Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
Changed at Thu 07 May 2026 10:04:51
Repository https://api.github.com/repos/curl/curl
Project curl/curl
Branch master
Revision 3e9817cd1bb6aa53d3d3bf10572bb245d064870c

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
Closes #21519

Changed files