Skip to main content
A host is a saved SSH server entry. It stores the connection details and an encrypted credential so you can connect with one click.

Add a host

  1. Click Add host in the sidebar (or press the + button next to the host list).
  2. Fill in the fields:
    FieldDescription
    LabelA friendly name, e.g. web-prod-01
    HostHostname or IP address
    PortSSH port — default 22
    UsernameThe SSH user on the remote server
    Auth typepassword or key
    CredentialThe password or private key
    TagsOptional comma-separated labels for filtering
  3. Click Save. The credential is encrypted with your DEK before it is stored.

Edit a host

Right-click a host in the sidebar and select Edit, or open the host detail and click the edit icon. Changes are saved locally and synced to your API backend if sync is enabled.

Delete a host

Right-click a host and select Delete. This removes the entry from local storage and the API backend. Active sessions connected to that host are not affected until you disconnect.

Connect

Click a host in the sidebar. Termique opens a terminal session. The credential is decrypted and used to establish the SSH connection — it is never stored or logged in plaintext.

Tags

Tags are free-form strings attached to a host. Use them to filter the host list. A host can have multiple tags, e.g. production, aws, us-east-1.

Shared hosts

Hosts shared with you by a team member appear in the host list after you accept the invite. See Sharing for details.