SSH3: SSHv2 using HTTP/3 and QUIC
github.com
SSH3: SSHv2 using HTTP/3 and QUIC
1–10 of 206 posts
Re: SSH3: SSHv2 using HTTP/3 and QUIC
#2Is this "a secure shell" (as in, somebody's personal spin on the topic) or like a new "official" direction?
The readme isn't clear on these aspects.
Re: SSH3: SSHv2 using HTTP/3 and QUIC
#3Is this wayland all over again? We do three or four new things well, and everybody is supposed to just stop doing everything else ? Is this "a secure shell" (as in, somebody's personal spin on the topic) or like a new "official" direction? The readme isn't clear on these aspects.
Re: SSH3: SSHv2 using HTTP/3 and QUIC
#4Is this wayland all over again? We do three or four new things well, and everybody is supposed to just stop doing everything else ? Is this "a secure shell" (as in, somebody's personal spin on the topic) or like a new "official" direction? The readme isn't clear on these aspects.
Re: SSH3: SSHv2 using HTTP/3 and QUIC
#5Is this wayland all over again? We do three or four new things well, and everybody is supposed to just stop doing everything else ? Is this "a secure shell" (as in, somebody's personal spin on the topic) or like a new "official" direction? The readme isn't clear on these aspects.
Anyway, SSH authentication is extremely inflexible, and the protocol is not particularly performant, especially on large bandwidth-delay links. Moving to HTTP3 seems like an excellent idea if it’s implemented well.
(Although… we really need a way to do TLS/QUIC to an endpoint without a domain name.)
Re: SSH3: SSHv2 using HTTP/3 and QUIC
#6Is this wayland all over again? We do three or four new things well, and everybody is supposed to just stop doing everything else ? Is this "a secure shell" (as in, somebody's personal spin on the topic) or like a new "official" direction? The readme isn't clear on these aspects.
What does “official” mean? The OpenSSH team? IETF? Anyway, SSH authentication is extremely inflexible, and the protocol is not particularly performant, especially on large bandwidth-delay links. Moving to HTTP3 seems like an excellent idea if it’s implemented well. (Although… we really need a way to do TLS/QUIC to an endpoint without a domain name.)
Re: SSH3: SSHv2 using HTTP/3 and QUIC
#7QUIC is fine as is though, no need to layer HTTP3 on top of it.
Re: SSH3: SSHv2 using HTTP/3 and QUIC
#8Disclaimer: I write network packet parsers for XNS/IPS/IDS for a living, to look for "bad things".