nsbin/gpgssh
2023-09-07 09:17:29 +02:00

7 lines
75 B
Bash
Executable file

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