Fix pinenty path on macOS Big Sur M1
This commit is contained in:
parent
97cdf45e16
commit
b7c9185cca
1 changed files with 2 additions and 2 deletions
|
@ -1149,13 +1149,13 @@ EOF
|
|||
Heads-up: back up current config using `cp ~/.gnupg/gpg-agent.conf ~/.gnupg/gpg-agent.conf.backup` (if necessary).
|
||||
|
||||
```shell
|
||||
cat << "EOF" > ~/.gnupg/gpg-agent.conf
|
||||
cat << EOF > ~/.gnupg/gpg-agent.conf
|
||||
default-cache-ttl 60
|
||||
default-cache-ttl-ssh 60
|
||||
enable-ssh-support
|
||||
max-cache-ttl 120
|
||||
max-cache-ttl-ssh 120
|
||||
pinentry-program /usr/local/bin/pinentry-mac
|
||||
pinentry-program $(brew --prefix)/bin/pinentry-mac
|
||||
EOF
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue