启动 SSH 隧道
ssh_tunnel_startCreate a local SSH tunnel that forwards a remote port to your machine, bound to loopback to avoid external exposure.
Instructions
创建仅监听 127.0.0.1 的本地端口转发。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| alias | Yes | ||
| local_port | No | ||
| remote_host | No | 127.0.0.1 | |
| remote_port | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||