Small python script to load bitwarden-store ssh keys into ssh-agent
Find a file
2022-04-01 10:44:25 +01:00
.gitignore Add a .gitignore file 2022-03-25 13:41:52 +00:00
bw_add_sshkeys.py Keep session as a string 2022-03-25 14:27:37 +00:00
LICENSE Adding a license 2021-10-22 10:50:46 +01:00
README.md Removing 'improvements' section from the README as the work has already been done 2022-03-25 14:24:56 +00:00

Bitwarden SSH Agent

Requirements

  • You need to have the Bitwarden CLI tool installed and available in the $PATH as bw.
  • 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

  1. Run,
    ./bw_add_sshkeys.py
    
  2. Enter your Bitwarden credentials, if a Bitwarden vault session is not already set.
  3. (optional) Enter your SSH keys' passphrases.

Storing the keys in BitWarden

  1. Create a folder called ssh-agent (can be overridden on the command line).
  2. Add an new secure note to that folder.
  3. Upload the private key as an attachment.
  4. Add the custom field private (can be overridden on the command line), containing the file name of the private key attachment.
  5. Repeat steps 2-4 for each subsequent key