ssh port forwarding example

A ssh port forwarding example would be to map a remote host’s 3306 port to your local machines 3306 port over ssh. Remote Host: 192.168.0.1 Your Host: localhost To port forward a mysql connection on a remote host to your…