Y
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
iamd3vil
2062 days ago
Ohh TIL but my other point still stands.
link
xorcist
2062 days ago
It used to be common (at least not unhead of) to run ppp over ssh, which has this problem.
link