LINK.EXE -C -N -D 127.0.0.1:7000 root@111.111.111.111  -pw 123456
解释成中文:
PLINK.EXE -启用数据压缩 -不要shell -端口动态转发 代理IP:端口 远程主机用户名@远程主机IP:端口 -密码
就这么简单。
  -C      enable compression
  -pw    passw login with specified password
  -D   IP:port
           Dynamic SOCKS-based port forwarding
  -C      enable compression
  -N      don't start a shell/command (SSH-2 only)

 

posted on 2022-03-21 09:56  胡彼德  阅读(263)  评论(0编辑  收藏  举报