nsbin/gpgssh

6 lines
67 B
Plaintext
Raw Normal View History

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