summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Ipsum <richard.ipsum@codethink.co.uk>2014-07-01 10:31:53 +0000
committerRichard Ipsum <richard.ipsum@codethink.co.uk>2014-07-01 10:31:53 +0000
commite41c9f2a1b1381ec15a82359360069cc5f04ed45 (patch)
tree9f2f08b671964fbdacc13308094c009bd35af0db
parent3b86fa6cd3625efb63552f9299c04c867d7aafcf (diff)
downloaddefinitions-e41c9f2a1b1381ec15a82359360069cc5f04ed45.tar.gz
Use TROVE_HOST to do ssh keyscan
-rw-r--r--distbuild.configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/distbuild.configure b/distbuild.configure
index 65ac47e3..1572388e 100644
--- a/distbuild.configure
+++ b/distbuild.configure
@@ -155,5 +155,5 @@ install -m 0600 "$WORKER_SSH_KEY" "$1/root/.ssh/id_rsa"
install -m 0644 "${WORKER_SSH_KEY}.pub" "$1/root/.ssh/id_rsa.pub"
# Add trove's host key
-ssh-keyscan -t dsa,ecdsa,rsa "$TROVE_ID" >> "$1/root/.ssh/known_hosts"
+ssh-keyscan -t dsa,ecdsa,rsa "$TROVE_HOST" >> "$1/root/.ssh/known_hosts"
fi