ssh tunnel into ubuntu code example
Example 1: ssh tunnel port
ssh -L 80:intra.example.com:80 gw.example.com
Example 2: how to make tunnel in linux ubuntu
$ ssh -f -N [email protected] -L 8080: server1.example.com:3000
ssh -L 80:intra.example.com:80 gw.example.com
$ ssh -f -N [email protected] -L 8080: server1.example.com:3000