It’d be nice if there was a way to programmatically unlock Bitwarden Desktop. I have two accounts, and as it stands when I start my computer, I have to:
- Add ssh keys to ssh-agent using GitHub - joaojacome/bitwarden-ssh-agent: Small python script to load bitwarden-store ssh keys into ssh-agent · GitHub twice
- Start
bw servetwice - Unlock two accounts in Bitwarden Desktop
- Unlock two accounts in the Bitwarden browser plugin
The first two can be done programmatically, but the Bitwarden Desktop I have no solution for. It’d be nice to be able to pass it the master password either via stdin or an environment variable so I can have one utility that unlocks 3 out of the 4 methods (and hopefully the Desktop/Browser shared unlocking, if ever implemented, will take care of the 4th).