摘要: [本文出自天外归云的博客园] 可以使用以下命令来查看有多少ssh连接到当前ip地址: netstat -anp | grep :22 | grep ESTABLISHED | awk '{print $5}' | cut -d: -f1 | sort | uniq -c | sort -n 这个命令 阅读全文
posted @ 2023-04-13 11:13 天外归云 阅读(2593) 评论(0) 推荐(0)