ssh console first

master
Jeff Moe 3 years ago
parent e11cc9f5be
commit 228db6dc36

@ -30,8 +30,6 @@ while [ $i -lt $EQXNODENUM ]
done
sleep 1
eqx-get-project-ssh-config "$EQXPROJECT"
eqx-get-project-clusterssh-config "$EQXPROJECT"
echo
echo "To connect a bare metal console, run:"
@ -40,6 +38,9 @@ echo "To connect a bare metal console, run:"
EQXDEVICEID=`eqx-get-project-devices-id $EQXPROJECT | head -1`
echo "ssh -p 22 -i ~/.ssh/id_rsa-eqx $EQXDEVICEID@sos.da11.platformequinix.com"
eqx-get-project-ssh-config "$EQXPROJECT"
eqx-get-project-clusterssh-config "$EQXPROJECT"
echo
echo "To connect to installer, after about 4 minutes, run:"
echo "ssh -p 22 -i ~/.ssh/id_rsa-eqx debian@[IP above]"

Loading…
Cancel
Save