Linux查 ssh端口号

110 阅读1分钟

3.png

ssh服务是否运行

ps -ef | grep ssh

image.png

查ssh服务端口

netstat -ntlp

image.png