ssh tunnel 只會監聽 localhost

當你在用 ssh tunnel 時
如用下列指令
ssh -NfR 0.0.0.0:1194:192.168.10.1:1194 remoteserver
你把 0.0.0.0 改成各種組合
他還是只會監聽 localhost

需要將 sshdconfig 的 GatewayPorts 改成 yes&
才有作用


You'll only receive email when they publish something new.

More from kjelly
All posts