/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

debugging.works
| | gist.github.com
2.5 parsecs away

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

Travel
| | As I continue to learn how to secure my various "things", I'm getting more and more of a fan of physical two factor authentication that doesn't involve sending six digit codes over the public SMS network. As such, I've been playing around with the YubiKey 5 NFC device, a little USB second factor that costs
| | cryptsus.com
2.8 parsecs away

Travel
| | How to configure SSH with YubiKey Security Keys U2F OTP Authentication on Ubuntu 18.04
| | dustymabe.com
23.9 parsecs away

Travel
| It is common practice among Linux users to exchange ssh keys between machines so that you can ssh between them without having to authenticate. The manual process for doing this involves taking the public key of the local host (~/.ssh/id_rsa.pub or ~/.ssh/id_dsa.pub) and appending it to the ~/.ssh/authorized_keys file of the remote host you wish to log in without a password. This process is simple, but requires a few different steps.