This website requires JavaScript.
Explore
Help
Sign in
nico
/
nsbin
Watch
1
Star
0
Fork
You've already forked nsbin
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
Actions
8ee8f29b89
nsbin
/
gpgssh
8 lines
75 B
Text
Raw
Normal View
History
Unescape
Escape
add gpgssh to use gpg-agent instead of ssh agent
2023-09-05 12:17:17 +00:00
#!/bin/sh
updated by /home/nico/bin/sync-all-repos on nb3
2023-09-07 07:17:28 +00:00
set -x
add gpgssh to use gpg-agent instead of ssh agent
2023-09-05 12:17:17 +00:00
export SSH_AUTH_SOCK=~/.gnupg/S.gpg-agent.ssh
ssh "$@"
Reference in a new issue
Copy permalink