create_ssh_host
Create a new SSH host configuration in Termix via a JSON host object. Match the host schema to your chosen auth type by inspecting an existing host as an example.
Instructions
Create a new SSH host configuration in Termix. Pass the host object as JSON matching the Termix host schema (name, ip, port, username, authType, etc). Field shape varies by authType (password, key, credential reference, Tailscale, ...) - inspect an existing host via get_ssh_host/list_ssh_hosts for a concrete example on your instance before creating a new one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | Host configuration object |