Live data from Hacker News

SSH3: Faster and rich secure shell using HTTP/3

github.com

201–210 of 276 posts

Re: SSH3: Faster and rich secure shell using HTTP/3

#202

I do hate the name ssh3. I was glad to see this at the top of the repo: > SSH3 is probably going to change its name. It is still the SSH Connection Protocol (RFC4254) running on top of HTTP/3 Extended connect, but the required changes are heavy and too distant from the philosophy of popular SSH implementations to be considered for integration. The specification draft has already been renamed ("Remote Terminals over H…

RTH3EC is a certainly a mouthful…

Re: SSH3: Faster and rich secure shell using HTTP/3

#205

I do hate the name ssh3. I was glad to see this at the top of the repo: > SSH3 is probably going to change its name. It is still the SSH Connection Protocol (RFC4254) running on top of HTTP/3 Extended connect, but the required changes are heavy and too distant from the philosophy of popular SSH implementations to be considered for integration. The specification draft has already been renamed ("Remote Terminals over H…

HTTPSSH. Why not just SSH/QUIC, what does the HTTP/3 layer add that QUIC doesn’t already have?

easy access to reverse proxies

Re: SSH3: Faster and rich secure shell using HTTP/3

#207
post #39

Earlier quoted context omitted.

Although, dollars-to-donuts my bet is that this tool/protocol is much faster than SSH over high-latency links, simply by virtue of using UDP. Not waiting for ack's before sending more data might be a significant boost for things like scp'ing large files from part of the world to the another.

That's why mosh exists, as it is purpose built for terminals over high latency / high packet loss links.

But mosh doesn't actually do any of what ssh does, let alone do it faster - it wins by changing the problem, to the vastly narrower one of "getting characters in front of human eyeballs". (Which is amazing if that's what you were trying to do - but that has nothing to do with multiple data streams...)

Re: SSH3: Faster and rich secure shell using HTTP/3

#209
post #62

Earlier quoted context omitted.

HTTPSS for more confusion

SecureHyperTextShell (SHTS) I meant this in jest but now that I think about it, it actually could be a decent name (?)

You could say it was just for SHTS and giggles?
Post reply on HN