README: correct mistake in GPG key decryption explanation

This commit is contained in:
Martin Weinelt 2020-07-23 16:44:43 +02:00
parent aea30fe0e2
commit 6391feffe4
No known key found for this signature in database
GPG key ID: BD4AA0528F63F17E

View file

@ -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