Hello,
I want to run below command everytime before starting my remote tunnel, something like:
$ ssh zuser@10.0.0.0 -p 22 -t 'kill -9 $(sudo lsof -ti tcp:9000)'
to kill all the processes listening on port 9000 on the remote server 10.0.0.0. Is there any way to achieve this in core tunnel ?