nsbin/gpgssh

6 lines
67 B
Bash
Executable File

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