aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-05-15 17:01:32 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-05-15 17:01:32 +0200
commita384e870bc59c839d48f856a31eb8f9f3b7dec3b (patch)
tree1f3fcc080a5632871bcdc677153069db8675a5fb
parent938228dda21839169a4d67fa6c98681cf20133bb (diff)
KNOWN_BUGS: wolfssh: publickey auth doesn't work
Closes #4820
-rw-r--r--docs/KNOWN_BUGS8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index 571157422..96829ab8d 100644
--- a/docs/KNOWN_BUGS
+++ b/docs/KNOWN_BUGS
@@ -84,6 +84,7 @@ problems may have been fixed or changed somewhat since this was written!
9. SFTP and SCP
9.1 SFTP doesn't do CURLOPT_POSTQUOTE correct
+ 9.2 wolfssh: publickey auth doesn't work
10. SOCKS
10.3 FTPS over SOCKS
@@ -632,6 +633,13 @@ problems may have been fixed or changed somewhat since this was written!
report but it cannot be accepted as-is. See
https://curl.haxx.se/bug/view.cgi?id=748
+9.2 wolfssh: publickey auth doesn't work
+
+ When building curl to use the wolfSSH backend for SFTP, the publickey
+ authentication doesn't work. This is simply funtionality not written for curl
+ yet, the necessary API for make this work is provided by wolfSSH.
+
+ See https://github.com/curl/curl/issues/4820
10. SOCKS