nohup ssh -vL 8081:localhost:8081 root@192.168.29.158 -p 2222 -N > output.log 2>&1 & sleep 8 nginx nohup ssh -NT -o ServerAliveInterval=60 -o ServerAliveCountMax=10 -o ExitOnForwardFailure=yes -v -R 8080:127.0.0.1:8080 root@74.208.17.166 output.log 2>&1 & sleep 8 echo "[+] Tunneling process ran successfully!!!"