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)

FieldRust typeOptionalProtectedUI label
hostStringnonoHost / Server
portOption<String>yesnoPort
ssh_usernameStringnonoUsername
public_keyStringnoyesPublic key
private_keyStringnoyesPrivate key
passphraseOption<String>yesyesPassphrase (optional)
notesOption<String>yesnoNotes

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).