|
You are here |
debugging.works | ||
| | | | |
gist.github.com
|
|
| | | | | Security Adventures 1. How to get yubikey+gpg+ssh+gitbhub working on MacOS - yubikey+gpupgp+ssh_howto.md | |
| | | | |
functionallyparanoid.com
|
|
| | | | | 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
|
|
| | | | | How to configure SSH with YubiKey Security Keys U2F OTP Authentication on Ubuntu 18.04 | |
| | | | |
dustymabe.com
|
|
| | | 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. | ||