blob: f0886f63746e46e5433924cfd35d16e995257d96 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
#!/bin/sh
pkill gpg-agent
export GPG_TTY="$(tty)"
export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
gpg-connect-agent updatestartuptty /bye
gpgconf --create-socketdir
|