如何使用socat测试远程端口是否可达?
使用 netcat 我们可以
nc -zv 192.168.1.15 22
如何用 socat 做到这一点?
linux socat
linux ×1
socat ×1