netstat -anp | grep 60000.*ssh
deve fazer o trabalho.
Se eu tiver um túnel aberto com este comando
ssh -f root@localhost -g -L 60000:10.128.123.67:32354 -N
Qual chamada de netstat
eu preciso usar para ver se o túnel está aberto ou não?
Estou trabalhando com o Linux Red Hat.
Atenciosamente