TrylleDocs
Security

Security

Secure Git access, signed commits, CLI credentials, bot tokens, and account sessions.

Trylle uses separate credentials for Git transport, commit identity, API access, and automation identities.

CredentialPurposeWhere to manage
SSH public keyGit clone, fetch, and push over SSHSettings → SSH keys or try ssh-key
GPG public keyVerify signed commits and tagsSettings → GPG keys
CLI keyUser API access from trySettings → CLI
Bot tokenAPI access as a bot identityBot settings or try bot token
Actions secretRuntime workflow secretRepository or organization Actions settings

Baseline practices

  • Protect private SSH and GPG keys with passphrases.
  • Use a distinct CLI key per device or automation boundary.
  • Never commit CLI keys, bot tokens, provider keys, or Actions secrets.
  • Rotate credentials after accidental disclosure and remove unused keys promptly.
  • Review active sessions and notification alerts for unexpected account activity.

Continue with SSH keys, GPG keys, or the broader credential guide.

On this page