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
1 changed files with 5 additions and 0 deletions

5
gpgssh Executable file
View File

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