This project is deprecated, now you can just use FiloSottile/age
Share AES-256 encrypted vault file with your teammates using only ssh authorized_keys
!
$ echo "secret :)" | ssh-crypt edit --stdin -a ~/.ssh/authorized_keys VAULT.txt
$ cat VAULT.txt
dRAALGdpdGh1Yi5jb20vc3Vza...
$ ssh-crypt view VAULT.txt
secret :)
Download binary release https://github.com/suside/ssh-crypt/releases/latest
or install with go
from master branch:
go get github.com/suside/ssh-crypt
- Sharing Keepass with one master password is a no go...
- Not everyone have/want pgp keys...
- ...
This is cheeky rewrite of great ssh-vault with less features but with support of multiple key pairs.