nsbin/gpgssh
2023-09-05 14:17:17 +02:00

5 lines
67 B
Bash
Executable file

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