From 6ff7b0e81b2f09394037ce80213e367f929fb624 Mon Sep 17 00:00:00 2001 From: "https://singpolyma.net/" Date: Tue, 13 Dec 2016 02:38:44 +0000 Subject: [PATCH] --- doc/forum/GIT__95__SSH.mdwn | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 doc/forum/GIT__95__SSH.mdwn diff --git a/doc/forum/GIT__95__SSH.mdwn b/doc/forum/GIT__95__SSH.mdwn new file mode 100644 index 0000000000..968385d084 --- /dev/null +++ b/doc/forum/GIT__95__SSH.mdwn @@ -0,0 +1,3 @@ +Is there any way to get git-annex to respect the GIT_SSH environment variable just like git? This would be super helpful for specifying ssh options (keys in my application) + +Hacks like a ~/.ssh/config with a fake hostname to specify the key are not appropriate in my case, because keys are generated on the fly by a server-side application that may be distributed across multiple servers. So I really need to be able to specify a key file at run time and then use the normal remote URI. I can do this with git and GIT_SSH, but have not found a solution for git-annex yet. -- 2.30.2