nsbin/gpgssh

8 lines
75 B
Bash
Executable File

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