1
0
Fork 0

pkgs/ssh-gpg: Execute arbitrary commands with ssh-gpg

This commit is contained in:
clerie 2024-04-15 20:01:20 +02:00
parent a7dbbba01d
commit e2795716c1
1 changed files with 1 additions and 1 deletions

View File

@ -3,4 +3,4 @@
SSH_AUTH_SOCK="$(gpgconf --list-dirs agent-ssh-socket)"
export SSH_AUTH_SOCK
exec ssh "$@"
exec "$@"