ssh
Connect to remote servers via SSH to execute commands, manage systems, and perform administrative tasks securely using authentication credentials.
Instructions
Connect to a target via SSH
Input Schema
TableJSON 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) |