mirror of
https://github.com/drduh/YubiKey-Guide.git
synced 2025-06-18 19:22:39 +02:00
Merge 2bea5ec01d
into cd3b89e9a3
This commit is contained in:
commit
7110bfaa63
1 changed files with 8 additions and 0 deletions
|
@ -1219,6 +1219,14 @@ If you are using Linux on the desktop, you may want to use `/usr/bin/pinentry-gn
|
||||||
$ pkill ssh-agent ; pkill gpg-agent ; \
|
$ pkill ssh-agent ; pkill gpg-agent ; \
|
||||||
eval $(gpg-agent --daemon --enable-ssh-support --use-standard-socket \
|
eval $(gpg-agent --daemon --enable-ssh-support --use-standard-socket \
|
||||||
--log-file ~/.gnupg/gpg-agent.log --write-env-file)
|
--log-file ~/.gnupg/gpg-agent.log --write-env-file)
|
||||||
|
|
||||||
|
Zsh note - if you're using zsh, add gpg-agent to your .zshrc plugins:
|
||||||
|
|
||||||
|
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
|
||||||
|
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
|
||||||
|
# Example format: plugins=(rails git textmate ruby lighthouse)
|
||||||
|
# Add wisely, as too many plugins slow down shell startup.
|
||||||
|
plugins=(git gpg-agent)
|
||||||
|
|
||||||
### Copy public key to server
|
### Copy public key to server
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue