What's Changed
-
Update key exchange algorithms (GitHub #64):
- Add mlkem768x25519-sha256, an hybrid post-quantum algorithm which the new default in OpenSSH 10.0. However GitHub doesn't yet support it server side.
- Add curve25519-sha256, the official (IANA) alias of [email protected] that was already used.
- Remove diffie-hellman-group-exchange-sha1 which isn't anymore supported by GitHub.
-
Force option
RequestTTY
tono
. Because the SSH connections are only used for non-interactive use via Git. (0cf2bb2) -
On Windows:
New contributors
Thanks to @agnosticlines for contributions.
Full Changelog: v1.400...v1.401