FeaturesEntry types
SSHKey — SSH keys
SSH host, keys, and passphrase.
SSH Key type (SSHKey, discriminant 1) — Passwords category. SSH host, keys, and passphrase.
Classification
← Types index · Category: Passwords · Discriminant: 1
Field schema (EntryData)
| Field | Rust type | Optional | Protected | UI label |
|---|---|---|---|---|
host | String | no | no | Host / Server |
port | Option<String> | yes | no | Port |
ssh_username | String | no | no | Username |
public_key | String | no | yes | Public key |
private_key | String | no | yes | Private key |
passphrase | Option<String> | yes | yes | Passphrase (optional) |
notes | Option<String> | yes | no | Notes |
Secrets
Protected fields (masked in UI, EntryType::is_protected_field): public_key, private_key, passphrase.
Attachments
Attachments
Like all entry types, a SSHKey entry may have encrypted attachments via Entry.attachments (EntryAttachments: files, folders). Add them by drag-and-drop in the entry editor; binary content is encrypted with the vault.
In the app
Create a SSH Key entry: vault → + → type SSHKey → fill fields → add attachments (optional, all types) → Save. Validation: only title is required (validation_service.rs).