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:55 UTC

[geode] 06/06: Use the public 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 b45f425e9d1e845c450c19c833ec6439932b5d51
Author: Jens Deppe <jd...@pivotal.io>
AuthorDate: Fri Aug 24 08:06:31 2018 -0700

    Use the public key
---
 ci/scripts/start_instance.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/scripts/start_instance.sh b/ci/scripts/start_instance.sh
index 00dc004..6397ad7 100755
--- a/ci/scripts/start_instance.sh
+++ b/ci/scripts/start_instance.sh
@@ -119,7 +119,7 @@ else
 
   ssh-keygen -N "" -f ${SSHKEY_FILE}
 
-  KEY=$( cat ${SSHKEY_FILE} )
+  KEY=$( cat ${SSHKEY_FILE}.pub )
 
   winrm -hostname ${INSTANCE_IP_ADDRESS} -username geode -password "${PASSWORD}" \
     -https -insecure -port 5986 \