Skip to content

CLI‑save password

rhoopr edited this page May 26, 2026 · 4 revisions

--save-password

Store the password after successful authentication.

Usage

kei login --save-password
kei sync --save-password

Details

  • 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 set

On later runs, if no explicit password source is provided, kei checks the credential store before prompting.

Related

Commands

Getting Started

Features

Clone this wiki locally