/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

alexcabal.com
| | gist.github.com
3.6 parsecs away

Travel
| | Security Adventures 1. How to get yubikey+gpg+ssh+gitbhub working on MacOS - yubikey+gpupgp+ssh_howto.md
| | danielpecos.com
2.4 parsecs away

Travel
| | Tutorial on how to generate a new PGP / GPG key pair and properly rotate from your old one.
| | blog.josefsson.org
1.2 parsecs away

Travel
| | [AI summary] The text discusses the setup and use of a YubiKey for OpenPGP operations, emphasizing the importance of an offline machine for security. It covers the process of generating keys, importing/exporting key pairs, and managing smartcard slots. The author also addresses common issues like repository configuration on Ubuntu and the use of gpg2 for key operations. The post includes user comments and discussions on topics such as key size limits, YubiKey versions, and best practices for key management.
| | logr.cogley.info
14.6 parsecs away

Travel
| If you want to autosign git commits on Mac, there are a couple of tricks to it. I have not been able to get brew gpg to work consistently well, but installing from gpgtools.org seems to be able to be made to work. This worked for me: Install GPGTools from https://gpgtools.org Create / import a key, then run gpg -list-secret-keys to find the sec key fingerprint Make git settings, specifying the signing key as the fingerprint with no spaces: 1 2 3 4 % git config -global gpg.