zeldor.biz

Linux, programming and more

Copyright © 2023
Log in

SSH Tunnel

May 11, 2011 by Igor Drobot Leave a Comment

SSH-tunnels are very useful to access server or PCs behind firewall. Normally these components are behind NAT and have only a LAN-IP. To access them you will need to create a DNAT rule but this possibility is not secure like SSH protocol.

To create a ssh tunnel you need only a running ssh-server on the firewall of your destination site.

[Read more…]

Filed Under: Linux Tagged With: Reverse Shell, reverse tunnel, SSH Tunnel