You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by je...@apache.org on 2018/08/24 15:09:53 UTC

[geode] 04/06: generate key

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

commit 341430b10f2dceed1693e731c08be55a18722ebb
Author: Jens Deppe <jd...@pivotal.io>
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}" \