All projects

Synchronized SSH access

WarpgateSH

Your Warpgate targets, as if they had always been local.

WarpgateSH is a CLI-first desktop companion. It synchronizes the SSH targets available to your Warpgate user and generates memorable OpenSSH aliases without taking ownership of your SSH authentication secrets.

01

Deterministic aliases

Profiles produce short or qualified names that work with ssh, scp, and OpenSSH-compatible tools.

02

Background sync

A per-user agent keeps local state current and preserves the last valid snapshot during an outage.

03

Isolated configuration

Managed files stay separate from hand-written SSH configuration, which always keeps priority.

Design

Add convenience without replacing OpenSSH

WarpgateSH delegates every connection to the system OpenSSH client. It owns no SSH private key or password and limits discovery to the user’s Warpgate token permissions.

Synchronization never blocks an existing connection: if the API is temporarily unavailable, the last successful snapshot continues to work.