Assigning Keys to Hosts
Map SSH keys to specific hosts or deploy them team-wide.
Assigning Keys to Hosts
Assignments define which public keys should appear in which authorized_keys files.
Assignment Scopes
- Host-specific — Key is deployed to a single host and OS user
- Team-wide — Key is deployed to all hosts in the team
Create an Assignment
- Navigate to Assignments → New Assignment
- Select the SSH key
- Choose the target host(s) or select "All hosts"
- Select the OS user (e.g.
deploy,root) - Click Assign
The daemon will pick up the new assignment on its next sync cycle (default: 60 seconds).
Revoking Access
Delete the assignment to revoke access. The key will be removed from authorized_keys on the next sync.