you can run a non interactive ssh session and pull it to the local host, leave the tunnel running in the background
nohup ssh -g -L 8080:localhost:8080 root@jump -N &
some Unix notes
you can run a non interactive ssh session and pull it to the local host, leave the tunnel running in the background
nohup ssh -g -L 8080:localhost:8080 root@jump -N &