| Summary: | Support for SSH over QUIC. | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | for_bugzilla.mindrot.org_2022-09-08 |
| Component: | Miscellaneous | Assignee: | Assigned to nobody <unassigned-bugs> |
| Status: | NEW --- | ||
| Severity: | enhancement | CC: | dtucker |
| Priority: | P5 | ||
| Version: | -current | ||
| Hardware: | Other | ||
| OS: | All | ||
|
Description
for_bugzilla.mindrot.org_2022-09-08
2022-09-08 12:46:41 AEST
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.) |