KNOWN_BUGS: cygwin: "WARNING: UNPROTECTED PRIVATE KEY FILE!"

Closes #11244
This commit is contained in:
Daniel Stenberg 2023-07-27 23:43:28 +02:00
parent 2284104c3f
commit 775018d273
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -69,6 +69,7 @@ problems may have been fixed or changed somewhat since this was written.
9.2 wolfssh: publickey auth does not work
9.3 Remote recursive folder creation with SFTP
9.4 libssh blocking and infinite loop problem
9.5 cygwin: "WARNING: UNPROTECTED PRIVATE KEY FILE!"
10. SOCKS
10.3 FTPS over SOCKS
@ -434,6 +435,11 @@ problems may have been fixed or changed somewhat since this was written.
https://github.com/curl/curl/issues/8632
9.5 cygwin: "WARNING: UNPROTECTED PRIVATE KEY FILE!"
Running SCP and SFTP tests on cygwin makes this warning message appear.
https://github.com/curl/curl/issues/11244
10. SOCKS