From 94b38159043a70dc62ae21f4640407a2d8b9a3a7 Mon Sep 17 00:00:00 2001 From: Jeff Moe Date: Sat, 30 Jan 2021 17:14:38 -0700 Subject: [PATCH] where to ssh --- eqx-create-cluster | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) 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 +