Change #264940
| Category | None |
| Changed by | Viktor Szakats <commit@vsz.me> |
| Changed at | Sun 19 Apr 2026 11:53:18 |
| Repository | https://api.github.com/repos/curl/curl |
| Project | curl/curl |
| Branch | master |
| Revision | 07e9f73f327293f822f4fc93b070636d33ec168c |
Comments
runtests: skip setting ed25519 SSH key format `ssh-keygen -t ed25519` does not support PEM key format, and it defaults to `RFC4716` which is what we want. It affected GHA/windows tests that explicitly used ed25519 keys. Also: - GHA/windows: bump minimums to hopefully catch this early next time. 1701a8319ec96c0b73c39e16c5db68dd758419c2 #21353 - merge two Perl lines. Reported-by: herbenderbler on github Fixes #21360 Follow-up to acda4eae5eeb24a7b0ab9ec7b1783d74eb43687c #21223 Closes #21374
Changed files
- .github/workflows/windows.yml
- tests/sshserver.pl