[Bug 3471] Support for SSH over QUIC.

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Thu Sep 8 13:35:08 AEST 2022


https://bugzilla.mindrot.org/show_bug.cgi?id=3471

Darren Tucker <dtucker at dtucker.net> changed:

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

--- Comment #1 from Darren Tucker <dtucker at 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.


More information about the openssh-bugs mailing list