1
0
Fork 0
mirror of https://github.com/Mic92/sops-nix.git synced 2024-12-14 11:57:52 +00:00

Merge pull request #22 from mweinelt/readme

README: correct mistake in GPG key decryption explanation
This commit is contained in:
Jörg Thalheim 2020-07-23 15:52:16 +01:00 committed by GitHub
commit ce579c3b17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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