add pass.md
This commit is contained in:
parent
a2d30a17ff
commit
d681bf1991
@ -1,4 +1,4 @@
|
||||
#Making keys
|
||||
# Making keys
|
||||
|
||||
Generate keys:
|
||||
|
||||
|
24
data/pass.md
Normal file
24
data/pass.md
Normal 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
|
||||
|
Loading…
Reference in New Issue
Block a user