From 1e08a0ab3f52a183b9d77a2b7f938d1dc8b8fe23 Mon Sep 17 00:00:00 2001 From: Bryan Sullivan Date: Thu, 2 Nov 2017 10:19:55 -0400 Subject: Fix more server warnings JIRA: MODELS-23 Change-Id: I2bca5a5e293ffb24748d6bef4435e6876506d1a2 Signed-off-by: Bryan Sullivan --- tools/kubernetes/demo_deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/kubernetes/demo_deploy.sh') diff --git a/tools/kubernetes/demo_deploy.sh b/tools/kubernetes/demo_deploy.sh index 3ddd01d..b91f828 100644 --- a/tools/kubernetes/demo_deploy.sh +++ b/tools/kubernetes/demo_deploy.sh @@ -55,7 +55,7 @@ source ~/models/tools/maas/deploy.sh $1 "$2" $9 eval `ssh-agent` ssh-add $key if [[ "x$extras" != "x" ]]; then source $extras; fi -scp -o StrictHostKeyChecking=no $key ubuntu@$master:/home/ubuntu/$key +scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no $key ubuntu@$master:/home/ubuntu/$key echo "$0 $(date): Setting up kubernetes..." scp -r -o StrictHostKeyChecking=no ~/models/tools/kubernetes/* \ ubuntu@$master:/home/ubuntu/. -- cgit 1.2.3-korg