From 6391feffe4dc2259fd8270d74647e8d1f31d38a5 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Thu, 23 Jul 2020 16:44:43 +0200 Subject: [PATCH] README: correct mistake in GPG key decryption explanation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 57435c3..e89e589 100644 --- a/README.md +++ b/README.md @@ -141,7 +141,7 @@ If you get: ssh-to-pgp: failed to parse private ssh key: ssh: this private key is passphrase protected ``` -then your ssh key is encrypted with your password and you need to create a encrypted copy temporarily: +then your ssh key is encrypted with your password and you need to create an uencrypted copy temporarily: ``` $ cp $HOME/.ssh/id_rsa /tmp/id_rsa