add pass.md

This commit is contained in:
Malin Freeborn 2020-02-08 00:06:49 +01:00
parent a2d30a17ff
commit d681bf1991
2 changed files with 25 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#Making keys
# Making keys
Generate keys:

24
data/pass.md Normal file
View File

@ -0,0 +1,24 @@
[Video instructions](https://www.hooktube.com/watch?v=hlRQTj1D9LA)
Setup [gpg](./gpg.md) keys.
Show your gpg secret it:
> gpg --list-secret-keys
Then use the id number under `sec` to make a pass repo:
pass init 187233O300300814PQ793NSSS539SQ1O6O184532
To insert a basic password, e.g. for an encrypted tarball, use:
> pass add my-tar-gar.gz
To insert a multiline password, e.g. with a login name:
> pass add -m linuxrocks.online
Remove a password:
> pass rm linuxrocks.online