How to do SSH port Forwarding

Guys you are thinking, what the hell is SSH and port forwarding…….
Basically ssh stands for Secure Shell and it works similar to other shell. Now, you are thinking why we called him secure because it encrypts the entire communication session. When you enter your login and password they are encrypted before being sent. Likewise, everything you type and everything that comes back to you is encrypted as long as you’re within that SSH session.
Port forwarding:It is a combination of routing by port combined with packet rewriting. A convention router examines the packet header and dispatches the packet on one of its other interfaces, depending on the packet’s destination address. Port Forwarding examines the packet header and forwards it on to another host (after a little header rewriting) depending on the destination port.

Continue reading