Profile, Tokens, and SSH Keys

Applies to: All

Profile, Tokens, and SSH Keys
Profile, Tokens, and SSH Keys

Overview

Manage personal access tokens and SSH keys for CLI and API access at /dashboard/profile/tokens.

Personal access tokens

  1. Open ProfileTokens from the account menu.
  2. Click Create token.
  3. Name the token and select scopes (e.g. drush:execute, ssh:access, DAM).
  4. Copy the token once; it is not shown again.
  5. Run flexsite auth login and paste the token.

SSH keys

  1. On the same page, open the SSH Keys section.
  2. Click Add SSH key and paste your public key.
  3. Choose tier: Read-only shell or Drush execution via SSH gateway.
  4. Save. Keys attach to your user for FlexLab remote operations.

Security

  • Revoke unused tokens promptly.
  • Never commit tokens to Git repositories.
  • FlexLab developers need tokens for flexsite CLI; Codeless-only users may only need DAM keys.