summaryrefslogtreecommitdiff
path: root/doc/bugs/ssh_over_IPv6.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bugs/ssh_over_IPv6.mdwn')
-rw-r--r--doc/bugs/ssh_over_IPv6.mdwn9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/bugs/ssh_over_IPv6.mdwn b/doc/bugs/ssh_over_IPv6.mdwn
index d4f2e70f7..b5e9f0358 100644
--- a/doc/bugs/ssh_over_IPv6.mdwn
+++ b/doc/bugs/ssh_over_IPv6.mdwn
@@ -18,3 +18,12 @@ local repository version: 5
supported repository version: 5
upgrade supported from repository versions: 0 1 2 4
```
+
+> [[Fixed|done]] by adding support for ipv6 addresses when git-annex
+> converts a git remote loction into an url. BTW, the
+> simple workaround is to give it a valid url from the beginning
+> `ssh://[fcb8:b10:1cb8:c94:58d0:2522:89f9:c89e]/home/thomas/git/musik"`
+>
+> As to any problems using an ipv6 remote once it's set up, I've used them
+> with no problems.
+> --[[Joey]]