gpg: add socket conf

This commit is contained in:
Daniel Lundin 2020-03-08 14:18:13 +01:00
parent ec338a5c94
commit 1abeb05489
No known key found for this signature in database
GPG key ID: 6AB527C9196ACDCC
3 changed files with 20 additions and 0 deletions

1
.gnupg/gpg-agent.conf Normal file
View file

@ -0,0 +1 @@
extra-socket /run/user/1000/gnupg/S.gpg-agent.extra

1
.gnupg/gpg.conf Normal file
View file

@ -0,0 +1 @@
keyid-format LONG

18
.ssh/config Normal file
View file

@ -0,0 +1,18 @@
Host porky
Hostname porky.eintr.org
ForwardAgent yes
Host home
Hostname home.eintr.org
ForwardAgent no
Host home-dev
Hostname home.eintr.org
ForwardAgent yes
ExitOnForwardFailure yes
LocalForward 127.0.0.1:3000 127.0.0.1:3000
LocalForward 127.0.0.1:8000 127.0.0.1:8000
LocalForward 127.0.0.1:8080 127.0.0.1:8080
RemoteForward /run/user/1000/gnupg/S.gpg-agent /run/user/1000/gnupg/S.gpg-agent.extra
RemoteForward /run/user/1000/gnupg/S.gpg-agent.ssh /run/user/1000/gnupg/S.gpg-agent.ssh