Create or update a Lucky SSH connection
lucky_upsert_terminal_connectionCreate or update a terminal connection by name, storing host, user, port, and optional password, with password redacted in responses.
Instructions
Idempotent by name. Stores host/user/port; password is optional and will be redacted in responses.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | No | ||
| host | Yes | ||
| name | Yes | ||
| port | No | ||
| user | No | ||
| password | No |