initial commit

This commit is contained in:
2026-02-17 23:08:31 +01:00
commit 398e3e4ed6
2 changed files with 58 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
# sync-keypairs
Backs up all SSH keypairs into Bitwarden.
## Prerequisites
- [bitwarden-cli](https://github.com/bitwarden/clients/tree/main/apps/cli) installed
- Run `bw login` first
## Usage
```bash
./sync-keypairs.sh
```
This will unlock Bitwarden, sync your vault, and save each SSH keypair as a login item with attachments in `ssh-keys/<hostname>/<username>`.