webapp: Include the repository directory in the mangled hostname and ssh key name, so that a locked down ssh key for one repository is not re-used when setting up additional repositories on the same server.

This commit is contained in:
Joey Hess 2013-04-16 13:49:39 -04:00
parent 854d5c0471
commit 7956177445
3 changed files with 23 additions and 8 deletions

View file

@ -24,3 +24,6 @@ Machine 2: Ubuntu 12.04 with Git-Annex 4.20130405 installed using cabal.
###Please provide any additional information below.
> [[done]]; when setting up a new repo it will now use
> a ssh key that is different for each repository on the host.
> --[[Joey]]