From a1b5833e2911fe48e9fa4a5233c7e6a480777fd6 Mon Sep 17 00:00:00 2001 From: Bryan Sullivan Date: Thu, 2 Nov 2017 07:07:43 -0700 Subject: Avoid server key warnings JIRA: MODELS-23 Change-Id: Ic32cf8290c916cd3f6d740fd44733405df72c6b0 Signed-off-by: Bryan Sullivan --- tools/rancher/demo_deploy.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tools/rancher') diff --git a/tools/rancher/demo_deploy.sh b/tools/rancher/demo_deploy.sh index 3054baf..1ee980d 100644 --- a/tools/rancher/demo_deploy.sh +++ b/tools/rancher/demo_deploy.sh @@ -49,7 +49,7 @@ scp -o StrictHostKeyChecking=no $key ubuntu@$master:/home/ubuntu/$key scp -o StrictHostKeyChecking=no ~/models/tools/rancher/rancher-cluster.sh \ ubuntu@$master:/home/ubuntu/. echo "Setting up Rancher..." -ssh -x -o StrictHostKeyChecking=no ubuntu@$master <