Unofficial Bitwarden SSH agent.
The icon is a mashup of two Freepik icons.
Bitwarden stands out as one of the premier password managers available today. However, it lacks a critical feature for software developers: the management and injection of SSH keys. This project addresses this significant shortcoming, thereby enabling even advanced users to fully appreciate and be satisfied with this password manager.
- Linux
- MacOS
- x64 (both Intel and AMD)
- arm64
The binary has a built-in wizard that installs the softwares on the system.
The release binary name is like bit-agent-{OS}-{ARCH}
, where OS
is the kernel name and the ARCH
is the CPU architecture.
# Linux on x64
curl https://github.com/zeroSal/bit-agent/releases/latest/download/bit-agent-linux-amd64
# Linux on ARM
curl https://github.com/zeroSal/bit-agent/releases/latest/download/bit-agent-linux-arm64
# MacOS on x64
curl https://github.com/zeroSal/bit-agent/releases/latest/download/bit-agent-darwin-amd64
# MacOS on ARM
curl https://github.com/zeroSal/bit-agent/releases/latest/download/bit-agent-darwin-arm64
The binary needs execution permissions.
chmod +x bit-agent
This procedure needs root privileges.
sudo ./bit-agent --install
A symlink to /usr/local/bin
is created, so the user can run the binary directly from the PATH.
bit-agent