From 21f2b8f123a1601fef3cf6bbbdf5171257290a77 Mon Sep 17 00:00:00 2001 From: EmergentMind <7410928+EmergentMind@users.noreply.github.com> Date: Sat, 16 Dec 2023 13:10:14 -0700 Subject: [PATCH] Remove confusing and redundant left over text This line is left over from a set of instructions that were previously incorporated into an early console example under "you can generate yourself a key:" above. --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index b3d3547..9aa004a 100644 --- a/README.md +++ b/README.md @@ -180,8 +180,6 @@ $ nix-shell -p gnupg -p ssh-to-pgp --run "ssh-to-pgp -private-key -i /tmp/id_rsa $ rm /tmp/id_rsa ``` -You can also use an existing SSH Ed25519 key as an `age` key; to do so, see the following. -
How to find the public key of an `age` key