Sunday, 11 December 2022
Interesting Snippets from 2022-12-11
-
CONTROL D - Control Your Internet
Control D is a DNS service that improves your privacy and productivity. Block unwanted content, spoof your location and browse faster. No apps to install.
-
GitHub - drduh/YubiKey-Guide: Guide to using YubiKey for GPG and SSH
This is a guide to using YubiKey as a SmartCard for storing GPG encryption, signing and authentication keys, which can also be used for SSH. Many of the principles in this document are applicable to other smart card devices.
-
Yubikey SSH without GPG ยท GitHub
Yubikey as an SSH key All other guides I've seen (https://github.com/drduh/YubiKey-Guide being the most prolific) tell you to use the Yubikey's smartcard (PKCS#11) features with GnuPG via gpg-agent. STOP THE MADNESS! OpenSSH has supported OpenSC since version 5.4. This means that all you need to do is install the OpenSC library and tell SSH to use that library as your identity.