ssh_execute_command
Execute commands on remote homelab systems via SSH to manage infrastructure, deploy services, and perform administrative tasks.
Instructions
Execute a command on a remote system via SSH
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hostname | Yes | Hostname or IP address | |
| username | Yes | SSH username (use 'mcp_admin' for passwordless access after setup) | |
| password | No | SSH password (not needed for mcp_admin after setup) | |
| command | Yes | Command to execute on the remote system | |
| sudo | No | Execute command with sudo privileges | |
| port | No | SSH port (default: 22) |