This is an automated email from the ASF dual-hosted git repository.
jensdeppe pushed a commit to branch windows-heavy-lifter
in repository https://gitbox.apache.org/repos/asf/geode.git
The following commit(s) were added to refs/heads/windows-heavy-lifter by this
push:
new 38dbb09 generate key
38dbb09 is described below
commit 38dbb094a1955fbf39769217867164d5a5b492c0
Author: Jens Deppe <[email protected]>
AuthorDate: Wed Aug 22 15:51:57 2018 -0700
generate key
---
ci/scripts/start_instance.sh | 2 ++
1 file changed, 2 insertions(+)
diff --git a/ci/scripts/start_instance.sh b/ci/scripts/start_instance.sh
index da94c97..d35afa2 100755
--- a/ci/scripts/start_instance.sh
+++ b/ci/scripts/start_instance.sh
@@ -117,6 +117,8 @@ else
sleep 5
done
+ ssh-keygen -N "" -f ${SSHKEY_FILE}
+
KEY=$( cat ${SSHKEY_FILE} )
winrm -hostname ${INSTANCE_IP_ADDRESS} -username geode -password
"${PASSWORD}" \