From e41c9f2a1b1381ec15a82359360069cc5f04ed45 Mon Sep 17 00:00:00 2001 From: Richard Ipsum Date: Tue, 1 Jul 2014 10:31:53 +0000 Subject: Use TROVE_HOST to do ssh keyscan --- distbuild.configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1