-
-
Notifications
You must be signed in to change notification settings - Fork 5
CLI‑save password
rhoopr edited this page May 26, 2026
·
4 revisions
Store the password after successful authentication.
kei login --save-password
kei sync --save-password- Default:
false - Type: boolean flag
After successful SRP authentication, kei stores the password through the credential backend. Native platforms use the OS keyring. Headless environments without a keyring fall back to an encrypted file in the data directory.
You can also store a password directly:
kei password setOn later runs, if no explicit password source is provided, kei checks the credential store before prompting.