pivot_ssh_local
Create an SSH local port forward to access a remote service locally by tunneling through an SSH server. Specify SSH host, ports, and authentication.
Instructions
Create an SSH local port forward (access remote service locally).
Args: ssh_host: SSH server to tunnel through local_port: Local port to listen on remote_host: Remote host to forward to (from SSH server's perspective) remote_port: Remote port to forward to username: SSH username password: SSH password key_file: SSH key file path
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key_file | No | ||
| password | No | ||
| ssh_host | Yes | ||
| username | No | root | |
| local_port | Yes | ||
| remote_host | Yes | ||
| remote_port | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |