where to ssh

master
Jeff Moe 3 years ago
parent 109b9d8b75
commit 94b3815904

@ -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

Loading…
Cancel
Save