From 3d838c926f9d38d1f9b6d9ab533fd3ae02ee8372 Mon Sep 17 00:00:00 2001 From: blsaws Date: Wed, 21 Sep 2016 18:51:46 -0700 Subject: Efforts to address SSH connection issues JIRA: MODELS-23 Change-Id: I1a230815e232c4cb5b50463d2be06cfb0227ea36 Signed-off-by: blsaws --- tests/utils/ansible-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/utils') diff --git a/tests/utils/ansible-setup.sh b/tests/utils/ansible-setup.sh index 6438da6..67e4d59 100644 --- a/tests/utils/ansible-setup.sh +++ b/tests/utils/ansible-setup.sh @@ -141,7 +141,7 @@ function setup () { pip install --upgrade shade echo "$0: Create key pair for interacting with servers via Ansible" - ssh-keygen -t rsa -N "" -f /tmp/ansible/ansible + ssh-keygen -t rsa -N "" -f /tmp/ansible/ansible -C ubuntu@ansible chmod 600 /tmp/ansible/ansible } -- cgit 1.2.3-korg