francoismichel / ssh3

SSH3: faster and rich secure shell using HTTP/3, checkout our article here: https://arxiv.org/abs/2312.08396 and our Internet-Draft: https://datatracker.ietf.org/doc/draft-michel-ssh3/
https://arxiv.org/abs/2312.08396
Apache License 2.0
3.18k stars 81 forks source link

SSH version 3 exists already (known as SSH G3 since 2005) #126

Open vam67423 opened 4 months ago

vam67423 commented 4 months ago

The original inventor of the SSH protocol, SSH Communications Security has already published version 3 of the SSH protocol in 2005, also known as SSH G3. This version was also requested as a new standard with the IETF which would likely prevent the reuse of a similar name like SSH3.

Source: https://www.helpnetsecurity.com/2005/02/14/ssh-unveils-ssh-g3-a-powerful-third-generation-secure-shell-architecture-for-ssh-tectia/

costinm commented 4 months ago

Also changing the transport should not be a new protocol version - for example RFC 8484 defines "DNS over HTTPS" not DNS3. I would expect similar SSH over WebTransport or SSH over HTTP2 projects to not use SSH4, SSH5 (i.e. versions of the core protocol), but use names that are specific to the change.