nsbin/gpgssh

8 lines
75 B
Plaintext
Raw Normal View History

#!/bin/sh
set -x
export SSH_AUTH_SOCK=~/.gnupg/S.gpg-agent.ssh
ssh "$@"