diff --git a/eqx-create-cluster b/eqx-create-cluster index b7fb35d..a747ffc 100755 --- a/eqx-create-cluster +++ b/eqx-create-cluster @@ -33,5 +33,14 @@ sleep 1 eqx-get-project-ssh-config "$EQXPROJECT" eqx-get-project-clusterssh-config "$EQXPROJECT" -# Add console ssh -# Add installer ssh +echo +echo "To connect to bare metal console, run:" +# XXX test ed25519 keys +# XXX Set data center +echo "ssh -p 22 -i ~/.ssh/id_rsa-eqx $EQXPROJECT@sos.da11.platformequinix.com" + +echo +echo "To connect to installer, after about 4 minutes, run:" +echo "ssh -p 22 -i ~/.ssh/id_rsa-eqx debian@[IP above]" +echo +