Passwortverwaltung
How to use pass
Installation¶
sudo apt install pass- clone repository
- symlink into
~/.password-storeor move repository into mentioned folder
Add a additional key to passwords¶
tbd ...
Import of all required keys¶
-
see email-addresses of all keys in file
.gpg-id -
search for all required keys:
gpg --search-keys <EMAIL-ADDRESS> -
get the KEYID with command
gpg --list-keyand import key:gpg --recv-keys <KEYID> -
sign key:
gpg --sign-key <KEYID>
Usage¶
Add a password¶
pass insert servicename/usernameand type username/email twicepass insert servicename/passwordand type password twice- see changes with
git status && git diff --staged - commit changes:
git push
Read a password¶
pass servicename/password