Zum Inhalt

Passwortverwaltung

How to use pass

Installation

  • sudo apt install pass
  • clone repository
  • symlink into ~/.password-store or 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-key and import key: gpg --recv-keys <KEYID>

  • sign key: gpg --sign-key <KEYID>

Usage

Add a password

  • pass insert servicename/username and type username/email twice
  • pass insert servicename/password and type password twice
  • see changes with git status && git diff --staged
  • commit changes: git push

Read a password

  • pass servicename/password