Create Local SSH Tunnel
tunnel_local_forwardCreates a local SSH port forward to securely connect a local port to a remote host and port through an established SSH session.
Instructions
Creates a local SSH port forward
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| localPort | Yes | Local TCP port | |
| sessionId | Yes | SSH session ID | |
| remoteHost | Yes | Remote host | |
| remotePort | Yes | Remote TCP port |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| type | Yes | ||
| active | Yes | ||
| createdAt | Yes | ||
| localHost | Yes | ||
| localPort | Yes | ||
| sessionId | Yes | ||
| remoteHost | Yes | ||
| remotePort | Yes |