Live data from Hacker News

SSH Examples, Tips and Tunnels

hackertarget.com

71–72 of 72 posts

Re: SSH Examples, Tips and Tunnels

#71
post #7
post #3

Gah, just yesterday I had this crazy problem with SSH tunnels and psql (Postgres client) crashing the tunnel. What solved it? Changing my interface MTU... http://www.snailbook.com/faq/mtu-mismatch.auto.html

This is interesting. I sometimes have to connect to a VPN that crashes when something provokes a burst of activity (if I cat a file or even ls a large dir). I'll try this, but 576 seems so low; how did you get at this number?

I remember as the average packet size on the internet. Googling average packet size yields that- https://etherealmind.com/average-ip-packet-size/

Re: SSH Examples, Tips and Tunnels

#72
I must admit that I have learned 2 new things from this article, i.e.:

- -J to jump through multiple hosts (available since 7.3)

- -R creating a reverse SOCKS proxy (available since 7.6)

New (from a Debian user's perspective) features[1] hide among all the classics.

[1]: https://www.openssh.com/releasenotes.html

Post reply on HN