summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawlf4ieXPGMui4AAiAyuzpzqaR1k3guzEHI <Dav@web>2015-02-14 01:25:04 +0000
committerGravatar admin <admin@branchable.com>2015-02-14 01:25:04 +0000
commit2d9b2449459ae2c355ed494118188a35dfc537b1 (patch)
treecf1a2f9130dfb4d880264ede5a631bc992f76a63
parentbe530fd7d43010cae67115a47e3f6110c6085ef5 (diff)
-rw-r--r--doc/forum/Asymmetrical_behavior_between_two_git-annex_folders_on_the_same_filesystem.mdwn24
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/forum/Asymmetrical_behavior_between_two_git-annex_folders_on_the_same_filesystem.mdwn b/doc/forum/Asymmetrical_behavior_between_two_git-annex_folders_on_the_same_filesystem.mdwn
new file mode 100644
index 000000000..b7ece1cff
--- /dev/null
+++ b/doc/forum/Asymmetrical_behavior_between_two_git-annex_folders_on_the_same_filesystem.mdwn
@@ -0,0 +1,24 @@
+On a shared workstation / server, I have the following directories:
+
+```
+~thing1/Projects/BerkeleyX
+~thing2/BerkeleyX
+```
+
+`git annex list` works fine as `thing1` from the repo in `~thing2`. But the reverse demands the password for the SSH key coming from `~thing2` as `thing2`.
+
+More specifically the following "Just Works (tm)":
+
+```
+sudo su dav
+cd ~/Projects/BerkeleyX
+git annex list
+```
+
+but the following asks for an SSH key password, and then doesn't work.
+
+```
+sudo su dillon
+cd ~/BerkeleyX
+git annex list
+```