opsdisk / the_cyber_plumbers_handbook

Free copy of The Cyber Plumber's Handbook - The definitive guide to Secure Shell (SSH) tunneling, port redirection, and bending traffic like a boss.
https://opsdisk.gumroad.com/l/cphlab
Other
2.54k stars 163 forks source link

Reverse dynamic forwarding #2

Open hobgoblinsmaster opened 2 years ago

hobgoblinsmaster commented 2 years ago

Great book, thanks!

Since version 7.6, OpenSSH client is able to act as a reverse SOCKS 5 proxy with -R option (just don't provide tunnel target). Great function to give an isolated host full internet access… I already use it to update hosts, download stuff from internet, or access internal network resources from a distant server. It should be described as a part of 6 or 7 chapter.

opsdisk commented 2 years ago

Hi @hobgoblinsmaster - glad you like it! Appreciate the reminder about that capability. It may be a while until I can take a look and find the best place to put it. I'll keep this issue open for now to remind me.