Ternux
Connections

Managing Connections

Add, edit, and delete SSH or S3 connections from the Connections page.

The Connections page (formerly "Hosts") lets you manage SSH connections and S3-compatible object storage connections side by side.

Adding a connection

  1. In Connections, click New Connection or press Cmd+N / Ctrl+N.
  2. The Add Connection dialog opens. Choose the Connection Type:
TypeUse caseRequired fields
SSHRemote servers, Linux/Unix hostsHost, Port, Username, Auth method
S3S3-compatible object storageAPI URL, Access Key

SSH connections

FieldRequiredDescription
NameYesFriendly display name shown on the card
HostYesIP address or hostname
PortYesDefault 22
UsernameYesSSH login username
GroupNoParent group for organizing
Auth methodYesPassword / SSH Key
Password / KeyDependsCredentials stored in the vault

S3 connections

FieldRequiredDescription
NameYesFriendly display name shown on the card
API URL (Endpoint)YesS3-compatible endpoint, e.g. https://s3.amazonaws.com
RegionNoAWS or custom region
BucketNoLeave blank to browse all buckets first
Access KeyYesS3 access key ID
Secret KeyNoS3 secret access key (stored in vault)
GroupNoParent group for organizing
  1. S3 connections only — click Test Connection to verify credentials before saving.
  2. Click Save.

Editing a connection

  • Right-click the card → Edit, or
  • Click the button on the card → Edit.

The Edit Connection dialog is identical to the Add dialog. All changes are saved to config.yaml immediately.

Deleting a connection

Right-click the card → Delete. A confirmation dialog appears before the connection is removed. This action cannot be undone.

Connecting

Connection typeHow to connect
SSHDouble-click the card to open an SSH terminal tab. Single-click selects the card (teal ring) without connecting.
S3Double-click the card to open the S3 file browser. Right-click → Browse S3 also works.

Each connection opens in its own tab. Ternux supports multiple simultaneous SSH sessions and S3 browsers.

Quick Connect

Press Cmd+K / Ctrl+K to open the Spotlight palette and type the connection name. This lets you connect without navigating the Connections tab.

On this page