# Introduction
Bitwarden is the most trusted open source password manager. It also allows us to store secure notes securely.
SSH Manager uses this feature to store your SSH keys on Bitwarden. It comes with a CLI looking with easy use.
CLI command to manage SSH keys stored on Bitwarden
Usage:
  bw-ssh [command]
Available Commands:
  add         Add SSH key to Bitwarden.
  get         Get SSH key from Bitwarden.
  help        Help about any command
  version     Print the version/build number
Flags:
  -h, --help   help for bw-ssh
Use "bw-ssh [command] --help" for more information about a command.