📜  windows ssh 隧道 - 任何代码示例

📅  最后修改于: 2022-03-11 14:56:57.436000             🧑  作者: Mango

代码示例2
ssh -L 8888:192.168.1.90:3389 root@192.168.1.90
# where
# 8888: local port
# 3389: remote port
# 192.168.1.90: remote IP