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

Change #273690

Category curl
Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
Changed at Thu 02 Jul 2026 12:37:20
Repository https://github.com/curl/curl.git
Project curl
Branch master
Revision c7f67be0100967d041450285a30b2bec6cbfad64

Comments

vssh: keyfile use cleanups
- make the libssh backend do the same fallback for private and public key
  filename as libssh2 already did and is documented behavior. This now uses a
  common function.

- set the file names already in setup_connection if public key auth is
  requested, so that the connection reuse functions can use the
  information when checking for existing connections to reuse

- rename the oddly named struct fields 'rsa' to 'priv_key' and 'rsa_pub'
  to 'pub_key' to better reflect their purposes

Fixes #22243
Closes #22244

Changed files