SSH keys
List SSH keys
Every public key on file for the current user.
GET
Newest first.
What’s returned
- id — stable id (
key_…) - name — the label you gave at creation time
- fingerprint — SHA256 fingerprint, computed server-side, useful for
matching against your local
ssh-keygen -lf ~/.ssh/id_ed25519.pub - algorithm — usually
ssh-ed25519orssh-rsa - createdAt — ISO 8601 UTC
authorized_keys injection, which the server does itself.