diff options
-rwxr-xr-x | bin/ssh-with-gpg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ssh-with-gpg b/bin/ssh-with-gpg index bd5a61f..072930a 100755 --- a/bin/ssh-with-gpg +++ b/bin/ssh-with-gpg @@ -17,4 +17,4 @@ if [ -z "$REMUID" ];then exit 2 fi -ssh -R "/run/user/$(id -u)/gnupg/S.dirmngr":"/run/user/${REMUID}/gnupg/S.dirmngr" -o "StreamLocalBindUnlink=yes" +ssh -R "/run/user/$(id -u)/gnupg/S.dirmngr":"/run/user/${REMUID}/gnupg/S.dirmngr" -o "StreamLocalBindUnlink=yes" "$TGT" "${@:2}" |