aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/IPv6_literal_ssh_servers_break_git_annex_webapp.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-07-19 11:37:03 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-07-19 11:37:03 -0400
commita47769779d2602c35f5c0dc03bdd9acb56b0bf3d (patch)
tree734e57a45114d54810898c3edc823478bd27b557 /doc/bugs/IPv6_literal_ssh_servers_break_git_annex_webapp.mdwn
parent2dae8155a9015dedd3fe900cf4f15b5de8994129 (diff)
webapp: Escape unusual characters in ssh hostnames when generating mangled hostnames. This allows IPv6 addresses to be used on filesystems not supporting : in filenames.
Diffstat (limited to 'doc/bugs/IPv6_literal_ssh_servers_break_git_annex_webapp.mdwn')
-rw-r--r--doc/bugs/IPv6_literal_ssh_servers_break_git_annex_webapp.mdwn3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/bugs/IPv6_literal_ssh_servers_break_git_annex_webapp.mdwn b/doc/bugs/IPv6_literal_ssh_servers_break_git_annex_webapp.mdwn
index f7ab78d71..ae7809c33 100644
--- a/doc/bugs/IPv6_literal_ssh_servers_break_git_annex_webapp.mdwn
+++ b/doc/bugs/IPv6_literal_ssh_servers_break_git_annex_webapp.mdwn
@@ -60,4 +60,5 @@ The key's randomart image is:
Yeah, it works great on my Linux machines. I'm just getting started with the web app, though; I'm trying to set up limited-access key-based SSH, and the web app seems to be also trying to do that...
-
+> Fixed by escaping the hostname when it contains any unusual characters.
+> [[done]] --[[Joey]]