如何查看linux中的ssh端口开启状态

netstat -anp |grep 22

netstat -anp |grep ssh
lsof -i :22

原文地址:https://www.cnblogs.com/lxwphp/p/15454439.html