connect_ssh
Establish a secure SSH connection to a remote Linux server. Use this first to enable subsequent remote operations.
Instructions
Connect to a remote SSH server. Use this first before any other operations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | Remote host address or IP | |
| port | No | SSH port (default: 22) | |
| password | No | SSH password (only needed for first connection, will generate keys automatically) | |
| username | Yes | SSH username |