Sharing & live view
Share a connection
From a team, add a connection (host, port, user, and credentials). Before it leaves your device it's sealed under the team key — encrypted so that only current members can open it. The server stores only the ciphertext.
Auto-sync (no manual import)
Once you're in a team, its shared connections appear in your desktop Connections list automatically — you don't import anything. SSH Ache:
- pulls the team's connections and decrypts them locally,
- keeps them keyed to the cloud connection so updates flow in,
- re-reveals a secret only when that connection actually changed, and
- removes a connection locally when it's removed from the team.
Team connections are marked with a TEAM badge and a coloured accent so you can tell them apart from your local-only hosts. Hit Sync now any time to refresh.
Presence — who's online
On a team connection you can see which teammates currently have a live session on it — in the connection list and in the terminal. Presence combines web-terminal sessions and native desktop sessions, so it doesn't matter how a teammate connected.
Live view (spectate)
Click a teammate who's active on a shared connection to watch their session live — the commands they run and the output, read-only. It's built for pairing and incident response: you see exactly what's happening on the box without taking the keyboard.
The person being watched sees a watcher count on their session, so spectating is never silent.
Auditors
The Auditor role can review session history and presence for oversight, without being able to decrypt connection secrets.
Next steps
- Teams overview — creating teams, inviting, roles.
- Security model — how the encryption actually works.