ssh
Connect to a remote host via SSH and execute commands, using username and optional private key for authentication.
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) |