]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
TODO: Read keys from ~/.ssh/id_ecdsa, id_ed25519
authorDaniel Stenberg <daniel@haxx.se>
Sun, 27 Mar 2022 14:21:29 +0000 (16:21 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 27 Mar 2022 14:21:29 +0000 (16:21 +0200)
It would be nice to expand the list of key locations curl uses for the
newer key types supported by libssh2.

Closes #8586

docs/TODO

index 616611d508ad59bcadc68a50c0f1ec9be9e7e535..08d221d6d9760ec41cad0cab8e428575139b36a8 100644 (file)
--- a/docs/TODO
+++ b/docs/TODO
  17. SSH protocols
  17.1 Multiplexing
  17.2 Handle growing SFTP files
+ 17.3 Read keys from ~/.ssh/id_ecdsa, id_ed25519
  17.4 Support CURLOPT_PREQUOTE
  17.5 SSH over HTTPS proxy with more backends
 
 
  https://github.com/curl/curl/issues/4344
 
+17.3 Read keys from ~/.ssh/id_ecdsa, id_ed25519
+
+ The libssh2 backend in curl is limited to only reading keys from id_rsa and
+ id_dsa, which makes it fail connecting to servers that use more modern key
+ types.
+
+ https://github.com/curl/curl/issues/8586
+
 17.4 Support CURLOPT_PREQUOTE
 
  The two other QUOTE options are supported for SFTP, but this was left out for