grimoire

personal wiki
git clone git://git.pyratebeard.net/grimoire.git
Log | Files | Refs

commit 8e5ed4c93c726a99e27672e1b7449df7da39cf18
parent aa0daf15f18d76c4eab5913ebd24af0742990705
Author: pyratebeard <root@pyratebeard.net>
Date:   Thu,  1 Dec 2022 16:37:13 +0000

updates

Diffstat:
Msoftware/gpg.md | 42++++++++++++++++++++++++++++++++++++++++++
Munix/openbsd.md | 6++++++
2 files changed, 48 insertions(+), 0 deletions(-)

diff --git a/software/gpg.md b/software/gpg.md @@ -74,6 +74,48 @@ to upload the new key to a keyserver incant gpg --export root@pyratebeard.net | curl -T - https://keys.openpgp.org ``` +view the notations +``` +gpg --edit-key pyratebeard +Secret key is available. + +sec rsa4096/0xC7877C715113A16D + created: 2016-08-18 expires: never usage: SC + trust: ultimate validity: ultimate +ssb rsa2048/0xA8CA96DB91B17F70 + created: 2016-08-18 expires: 2024-08-16 usage: E +ssb rsa2048/0x20E945DD7FC543B7 + created: 2016-08-18 expires: 2024-08-16 usage: SA +[ultimate] (1). pyratebeard <root@pyratebeard.net> +[ultimate] (2) pyratebeard <pyratebeard@protonmail.com> + +gpg> uid 1 + +sec rsa4096/0xC7877C715113A16D + created: 2016-08-18 expires: never usage: SC + trust: ultimate validity: ultimate +ssb rsa2048/0xA8CA96DB91B17F70 + created: 2016-08-18 expires: 2024-08-16 usage: E +ssb rsa2048/0x20E945DD7FC543B7 + created: 2016-08-18 expires: 2024-08-16 usage: SA +[ultimate] (1)* pyratebeard <root@pyratebeard.net> +[ultimate] (2) pyratebeard <pyratebeard@protonmail.com> + +gpg> showpref +[ultimate] (1)* pyratebeard <root@pyratebeard.net> + Cipher: AES256, AES, 3DES + AEAD: + Digest: SHA512, SHA256, SHA1 + Compression: ZLIB, ZIP, Uncompressed + Features: MDC, AEAD, Keyserver no-modify + Notations: proof@ariadne.id=irc://irc.libera.chat/pyratebeard + proof@ariadne.id=dns:pyratebeard.net?type=TXT + proof@ariadne.id=https://harbour.cafe/@pyratebeard + proof@ariadne.id=irc://irc.darkscience.net/pyratebeard + +gpg> quit +``` + ## useful links - [gpg signing][] - traditional vs. pgp/mime - how to [verify software][] diff --git a/unix/openbsd.md b/unix/openbsd.md @@ -81,8 +81,14 @@ wget https://pyratebeard.net/trigon-font/trigon8x15r.bdf # cp .xinitrc to .xsession doas chsh pyratebeard # urxvt LANG +mkdir lib src/warez tmp var ``` +#### changes to dotfiles +* herbstluftwm needs to use bash not sh +* gpg-agent pinentry path +* ls(1) has no color option + #### wifi * on arch ```