summaryrefslogtreecommitdiff
path: root/doc/bugs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-12-28 13:48:11 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-12-28 13:48:11 -0400
commit022e0c7751db23805169c5429851903a3d482cb2 (patch)
tree99cbcf343fdc028aad2e3c5d5a83834070c97e03 /doc/bugs
parentc7344eff81c7de4f303097816ef26cc74146588a (diff)
Support scp-style urls for remotes (host:path).
Diffstat (limited to 'doc/bugs')
-rw-r--r--doc/bugs/wishlist:_support_for_more_ssh_urls_.mdwn9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/bugs/wishlist:_support_for_more_ssh_urls_.mdwn b/doc/bugs/wishlist:_support_for_more_ssh_urls_.mdwn
index 42107e51a..6156ade05 100644
--- a/doc/bugs/wishlist:_support_for_more_ssh_urls_.mdwn
+++ b/doc/bugs/wishlist:_support_for_more_ssh_urls_.mdwn
@@ -9,3 +9,12 @@ Specifically, if I have ~/bar set up on host foo:
# url = ssh://foo/~/bar
## this one works
url = ssh://foo/home/tv/bar
+
+> scp-style is now supported.
+
+> `~` expansions (for the user's home, or other users)
+> are somewhat tricky to support as they require running
+> code on the remote to lookup homedirs. If git-annex grows a
+> `git annex shell` that is run on the remote side
+> (something I am considering for other reasons), it
+> could handle the expansions there. --[[Joey]]