Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
erdewit
on Nov 25, 2017
|
parent
|
context
|
favorite
| on:
SSH vs. OpenVPN for Tunneling
That's what I thought too, that there is just a byte stream being tunneled between SSH server and client and not a TCP packet stream.
Btw I use unix sockets on client and server to avoid the local connection TCP overhead.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Btw I use unix sockets on client and server to avoid the local connection TCP overhead.