webapp: Escape unusual characters in ssh hostnames when generating mangled hostnames. This allows IPv6 addresses to be used on filesystems not supporting : in filenames.

This commit is contained in:
Joey Hess 2016-07-19 11:37:03 -04:00
parent 242868eadb
commit 50e63f75d1
Failed to extract signature
3 changed files with 34 additions and 8 deletions

View file

@ -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]]