...
- In the Pawsey cluster, cancel your job withÂ
scancel
. In your local computer, kill the SSH tunnel, based on the command displayed in the output file:
kill $( ps x | grep 'ssh.*-L *8888:nid001011:8888' | awk '{print $1}' )
...
scancel
.In your local computer, kill the SSH tunnel, based on the command displayed in the output file:
kill $( ps x | grep 'ssh.*-L *8888:nid001011:8888' | awk '{print $1}' )