summaryrefslogtreecommitdiff
path: root/doc/bugs/map_not_respecting_annex_ssh_options__63__/comment_1_c63a1ed5909d53f116f06e60aba74dc6._comment
blob: 029373945cd5decbd983360bbd18d54f13633fe4 (plain)
1
2
3
4
5
6
7
8
9
10
[[!comment format=mdwn
 username="http://joeyh.name/"
 ip="4.152.108.72"
 subject="comment 1"
 date="2012-12-05T17:00:21Z"
 content="""
To map a remote, it needs to run `git config --list` on the remote, and the remote may be a non-git-annex git remote. So mapping does a regular ssh first, and cannot use annex.ssh-options (because that would dump it into git-annex-shell). If that fails, it *does* fall back to using git-annex-shell, and will then use annex.ssh-options. 

So, not a bug, I believe.
"""]]