Bulk Import SSH Keys

Paste multiple SSH public keys below (one per line). Each key will be added to the vault.

Supported Formats:

  • Standard: ssh-ed25519 AAAA... comment
  • With user prefix: user:John Doe ssh-ed25519 AAAA...
  • Comments (lines starting with #) are ignored

One key per line. Each key must start with the key type (ssh-rsa, ssh-ed25519, ecdsa-sha2-nistp*)

Cancel

User Prefix Format

Prefix a key with user: to automatically set the owner name:

user:John Doe ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAI...

This will create a key with "John Doe" as the owner name.