ssh
Establish SSH connections to remote hosts, execute commands, and authenticate using a username and optional PEM private key.
Instructions
Connect to a target via SSH
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | Target host | |
| user | Yes | Username | |
| command | Yes | Command to run on remote host | |
| privateKey | No | Private key for authentication (PEM format, optional, or path to key file) |