webapp: Include ssh port in mangled hostname.

This avoids a collision if different ssh ports are used on the same host
for some reason.

Note that it's ok to change the format of the mangled hostname; unmangling
only extracts the hostname from it, and once ssh is configured for a
mangled hostname, that config is not changed.
This commit is contained in:
Joey Hess 2014-06-05 12:50:15 -04:00
parent 022fb1f45d
commit 71b2a0a955
2 changed files with 3 additions and 1 deletions

1
debian/changelog vendored
View file

@ -8,6 +8,7 @@ git-annex (5.20140530) UNRELEASED; urgency=medium
an already existing remote.
* assistant: Make sanity checker tmp dir cleanup code more robust.
* unused: Avoid checking view branches for unused files.
* webapp: Include ssh port in mangled hostname.
-- Joey Hess <joeyh@debian.org> Thu, 29 May 2014 20:10:59 -0400