diff --git a/SSH-%2B-Yubikey-Usage.md b/SSH-%2B-Yubikey-Usage.md new file mode 100644 index 0000000..cd30b68 --- /dev/null +++ b/SSH-%2B-Yubikey-Usage.md @@ -0,0 +1,6 @@ +I use a Yubikey to store my ssh keys as a physical hardware key. + +## Retrieving the key to a new machine + +1. Plug in the yubikey and make sure yubikey manager is installed (temporarily install it with `nix-shell -p yubikey-manager`) +2. Run `ssh-keygen -K` to generate the `id_ed25519_sk_rk.pub` and `id_ed25519_sk_rk` files in the current directory. \ No newline at end of file