identity manages account SSH and GPG keys.
Developer account keys are provider resources that affect Git access and commit verification.
Use identity to list, add, or delete SSH and GPG keys for the active account.
Make sure the active profile is the account whose keys you intend to change. SSH keys affect Git authentication. GPG keys affect commit and tag verification. Keep key material out of shell history and logs when possible.
gitfleet identity ssh-key listgitfleet identity ssh-key add "laptop" "ssh-ed25519 ..."gitfleet identity ssh-key delete <key-id> --yesgitfleet identity gpg-key listgitfleet identity gpg-key add <armored-public-key>gitfleet identity gpg-key delete <key-id> --yes
GitHub and GitLab both expose identity key support.
Deleting keys can break Git access or commit verification. It requires
confirmation or --yes.
Use --json for account key audits.