+ No SSH keys in vault yet.
+
No credentials yet.
+ +| Name | +Username | +Type | +Associated Hosts | ++ |
|---|---|---|---|---|
| {{ cred.name }} | +{{ cred.username || '—' }} | ++ + {{ cred.type === 'ssh_key' ? 'SSH Key' : 'Password' }} + + | ++ {{ cred.hosts?.length ? cred.hosts.map((h: any) => h.name).join(', ') : '—' }} + | ++ + + | +
{{ keyCount }}
+{{ keyCount === 1 ? 'key' : 'keys' }} stored
+Manage and import SSH private keys
+{{ credCount }}
+{{ credCount === 1 ? 'credential' : 'credentials' }} stored
+Manage passwords and SSH key credentials
++ All secrets are encrypted at rest using AES-256-GCM. Private keys and passwords are never exposed via the API. +
+No SSH keys yet.
+ +| Name | +Type | +Fingerprint | +Created | ++ |
|---|---|---|---|---|
| {{ key.name }} | ++ + {{ key.keyType || 'rsa' }} + + | ++ {{ key.fingerprint || '—' }} + | +{{ formatDate(key.createdAt) }} | ++ + | +