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

9 lines
532 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.

## Shell 连接网关
如果启用XPipe 会首先打开与网关的 shell 连接,然后打开与指定主机的 SSH 连接。`ssh` 命令必须可用,并位于所选网关的 `PATH` 中。
### 跳转服务器
这种机制与跳转服务器类似,但并不等同。它完全独立于 SSH 协议,因此你可以使用任何 shell 连接作为网关。
如果你正在寻找合适的 SSH 跳转服务器,或许还需要结合代理转发功能,请使用带有 `ProxyJump` 配置选项的自定义 SSH 连接功能。