Hacker News new | ask | show | jobs
by sneak 2062 days ago
SSH tunnels do not run TCP inside of them, just the bytes of the connection data itself.

The only TCP in use is the TCP connection of the SSH connection between hosts.

2 comments

Ohh TIL but my other point still stands.
It used to be common (at least not unhead of) to run ppp over ssh, which has this problem.