We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73f563f commit e13148fCopy full SHA for e13148f
1 file changed
docs/dev/ssh.md
@@ -123,10 +123,6 @@ ssh -D 0.0.0.0:1080 example
123
124
同样地,`GatewayPorts` 只影响没有指定监听地址的语法模式(即只给出了一个端口)。指定监听地址后,`GatewayPorts` 选项不再起作用。
125
126
-!!! question "思考题"
127
-
128
- 阅读 `ssh(5)` 手册,如何在远程主机上启动一个 SOCKS5 代理,使得远程主机上的程序可以通过本机作为代理访问外网?
129
130
#### 在配置文件中进行端口转发 {#port-forwarding-in-config}
131
132
以上三种端口转发都可以在配置文件中指定,例如:
0 commit comments