a3753314e8
Fixes #9 Fixes #10 |
||
---|---|---|
bw_add_sshkeys.py | ||
README.md |
Bitwarden SSH Agent
Requirements
- You need to have the Bitwarden CLI tool installed and available in the
$PATH
asbw
. ssh-agent
must be running in the current session.
What does it do?
Fetches SSH keys stored in Bitwarden vault and adds them to ssh-agent
.
How to use it
- Run,
./bw_add_sshkeys.py
- Enter your Bitwarden credentials, if a Bitwarden vault session is not already set.
- (optional) Enter your SSH keys' passphrases.
Storing the keys in BitWarden
- Create a folder called
ssh-agent
(can be overridden on the command line). - Add an new secure note to that folder.
- Upload the private key as an attachment.
- Add the custom field
private
(can be overridden on the command line), containing the file name of the private key attachment. - Repeat steps 2-4 for each subsequent key
Improvements to be made
- Find a way to extract the attachment from bitwarden in memory, instead of using a temporary file.