Mailing List Archive

[Bug 3471] Support for SSH over QUIC.
https://bugzilla.mindrot.org/show_bug.cgi?id=3471

Darren Tucker <dtucker@dtucker.net> changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |dtucker@dtucker.net

--- Comment #1 from Darren Tucker <dtucker@dtucker.net> ---
It's very unlikely OpenSSH would support QUIC directly.

That said, if there was a suitable TCP to QUIC proxy client and server
available, it should be possible to have the server portion forward to
localhost:22 and invoke the client using ssh's ProxyCommand.

Note that since SSH protocol is strictly in-order (out least our
implementation, I'm not sure if it's even theoretically possible to do
otherwise), this isn't going to help with ssh -w tunneling since it's
still going to be subject to TCP-on-TCP exponential retries during
packet loss.)

--
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
_______________________________________________
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs