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:
commit
ce579c3b17
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue