Open darses opened 9 months ago
I'd be happy to merge a PR adding this.
Anyone who would like to work on this should probably start by editing https://github.com/fingolfin/ssh-comparison/blob/gh-pages/_data/specs.yml
But then of course the entries for clients supporting it (presumably at least OpenSSH) should be updated to reflect that, by editing their entries in https://github.com/fingolfin/ssh-comparison/tree/gh-pages/_impls
I am working on a PR, primarily based on the patches page on the Terrapin website.
At this moment my proposal is to add both client and server extensions, despite all implementations implementing either both or none.
Furthermore, I do not intend to list support for unreleased versions such as the support in Dropbear.
Please let me know if these are points that I need to reconsider while I draft a PR.
After the Terrapin attack a two new SSH Extensions were introduced:
kex-strict-c-v00@openssh.com
(Client) andkex-strict-s-v00@openssh.com
(Server).This is a feature request to add these extensions to the comparison.
I will quote the OpenSSH PROTOCOL page for more information: