Create Local SSH Tunnel
tunnel_local_forwardForwards a local TCP port to a remote host and port through an existing SSH session, enabling secure access to remote services.
Instructions
Creates a local SSH port forward
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | SSH session ID | |
| localPort | Yes | Local TCP port | |
| remoteHost | Yes | Remote host | |
| remotePort | Yes | Remote TCP port |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||