SSH Keys

Applies to: FlexLab

Overview

SSH keys on your user profile enable the FlexSite SSH gateway for read-only inspection shells and remote Drush.

Steps

  1. Generate a key pair locally (ssh-keygen -t ed25519).
  2. Open /dashboard/profile/tokens.
  3. In SSH Keys, click Add SSH key.
  4. Paste public key and select capability (Read-only shell, Drush execution).
  5. Save.

Use with CLI

  • flexsite ssh or documented SSH alias connects through gateway.
  • Requires matching token scopes and FlexLab project access.

Rotation

Remove old keys from Tokens when team members leave or laptops are replaced.