summaryrefslogtreecommitdiff
path: root/doc/bugs/wishlist:_support_for_more_ssh_urls_.mdwn
blob: 42107e51a31834f4e48583abe91045144e77c672 (plain)
1
2
3
4
5
6
7
8
9
10
11
git-annex does not seem to support all kinds of urls that git does.

Specifically, if I have ~/bar set up on host foo:

    [remote "foo"]
    ## this one is not recognized as ssh url at all
    #	url = foo:bar
    ## this one makes git-annex try to access '/~/bar' literally
    #	url = ssh://foo/~/bar
    ## this one works
    	url = ssh://foo/home/tv/bar