add gpgssh to use gpg-agent instead of ssh agent

This commit is contained in:
Nico Schottelius 2023-09-05 14:17:17 +02:00
parent 8f5ebf6d8d
commit 78fae44ff7

5
gpgssh Executable file
View file

@ -0,0 +1,5 @@
#!/bin/sh
export SSH_AUTH_SOCK=~/.gnupg/S.gpg-agent.ssh
ssh "$@"