add gpgssh to use gpg-agent instead of ssh agent
This commit is contained in:
parent
8f5ebf6d8d
commit
78fae44ff7
1 changed files with 5 additions and 0 deletions
5
gpgssh
Executable file
5
gpgssh
Executable file
|
@ -0,0 +1,5 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
export SSH_AUTH_SOCK=~/.gnupg/S.gpg-agent.ssh
|
||||||
|
|
||||||
|
ssh "$@"
|
Loading…
Add table
Reference in a new issue