Add some extra SSH config stuff
This commit is contained in:
parent
88663cb864
commit
f50051c4fa
@ -3,8 +3,8 @@
|
|||||||
|
|
||||||
enable-ssh-support
|
enable-ssh-support
|
||||||
ttyname $GPG_TTY
|
ttyname $GPG_TTY
|
||||||
default-cache-ttl 60
|
default-cache-ttl 720
|
||||||
max-cache-ttl 120
|
max-cache-ttl 10080
|
||||||
|
|
||||||
# allow-loopback-pinentry
|
# allow-loopback-pinentry
|
||||||
# pinentry-program /usr/bin/pinentry-tty
|
# pinentry-program /usr/bin/pinentry-tty
|
||||||
|
|||||||
4
ssh/config
Normal file
4
ssh/config
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
Host localhost
|
||||||
|
ForwardAgent yes
|
||||||
|
AddKeysToAgent ask
|
||||||
|
Match host * exec "gpg-connect-agent UPDATESTARTUPTTY /bye"
|
||||||
Loading…
x
Reference in New Issue
Block a user