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

  1. Navigate to Assignments → New Assignment
  2. Select the SSH key
  3. Choose the target host(s) or select "All hosts"
  4. Select the OS user (e.g. deploy, root)
  5. 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.