摘要: 1. 背景 客户反应连接不到我方sftp服务器,排查下 2. 查看sftp连接日志 tail -f /var/log/sftp.log #日志中未抓到对方IP #尝试tcpdump抓包 tcpdump -n -nn 'ip[16] == 115 and ip[17] == 227 and ip[18 阅读全文
posted @ 2022-04-08 18:33 钱塘江畔 阅读(586) 评论(0) 推荐(0)