From 78fae44ff7497bf19ff065c19fa9605327cae213 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Tue, 5 Sep 2023 14:17:17 +0200 Subject: [PATCH] add gpgssh to use gpg-agent instead of ssh agent --- gpgssh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 gpgssh diff --git a/gpgssh b/gpgssh new file mode 100755 index 0000000..e7a0e2f --- /dev/null +++ b/gpgssh @@ -0,0 +1,5 @@ +#!/bin/sh + +export SSH_AUTH_SOCK=~/.gnupg/S.gpg-agent.ssh + +ssh "$@"