ssh -R 你想让别人连得端口:带外IP:22 root@内网跳板机 -p内网跳板机端口

例如:

ssh -R 8888:172.22.200.1:22 root@10.11.11.11 -p2021

远程支持人员 ssh root@内网跳板机 -p内网端口

ssh root@10.11.11.11 -p8888

相关文章:

  • 2022-12-23
  • 2021-12-19
  • 2021-08-07
  • 2021-12-29
  • 2021-12-04
  • 2021-11-09
猜你喜欢
  • 2021-11-28
  • 2022-12-23
  • 2022-12-23
  • 2022-01-19
  • 2021-05-06
  • 2022-12-23
相关资源
相似解决方案