summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/forum/GIT__95__SSH.mdwn3
-rw-r--r--doc/forum/more_intelligent_copy_/comment_1_526f6a007f44f389ef7c904024752541._comment8
2 files changed, 11 insertions, 0 deletions
diff --git a/doc/forum/GIT__95__SSH.mdwn b/doc/forum/GIT__95__SSH.mdwn
new file mode 100644
index 000000000..968385d08
--- /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.
diff --git a/doc/forum/more_intelligent_copy_/comment_1_526f6a007f44f389ef7c904024752541._comment b/doc/forum/more_intelligent_copy_/comment_1_526f6a007f44f389ef7c904024752541._comment
new file mode 100644
index 000000000..9b5866c5c
--- /dev/null
+++ b/doc/forum/more_intelligent_copy_/comment_1_526f6a007f44f389ef7c904024752541._comment
@@ -0,0 +1,8 @@
+[[!comment format=mdwn
+ username="annexuser"
+ avatar="http://cdn.libravatar.org/avatar/6ae692503ee113b1ab7b329b40084d5c"
+ subject="comment 1"
+ date="2016-12-13T02:00:08Z"
+ content="""
+git annex copy --to REMOTE FILES --fast
+"""]]