xpipe/lang/proc/texts/sshRemoteTunnelBinding_zh.md
2024-04-13 16:23:09 +00:00

6 lines
593 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## 绑定
您提供的绑定信息将以如下方式直接传递给 `ssh` 客户端:`-R [remote_source_address:]remote_source_port:origin_destination_address:origin_estination_port`.
默认情况下,远程源地址将绑定到环回接口。您也可以使用任何地址通配符,例如将地址设置为 `0.0.0.0` 以绑定到通过 IPv4 访问的所有网络接口。如果完全省略地址,则将使用允许连接所有网络接口的通配符 `*`。请注意有些网络接口符号可能不被所有操作系统支持。例如Windows 服务器不支持通配符 `*`