mirror of
https://github.com/sunknudsen/privacy-guides.git
synced 2025-02-22 16:53:56 +00:00
Fix pinenty path on macOS Big Sur M1
This commit is contained in:
parent
97cdf45e16
commit
b7c9185cca
@ -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…
x
Reference in New Issue
Block a user