create daemon process in linux for ssh tunnel code example
Example: how to make tunnel in linux ubuntu
$ ssh -f -N [email protected] -L 8080: server1.example.com:3000
$ ssh -f -N [email protected] -L 8080: server1.example.com:3000