fix ssh hostname

master
Jeff Moe 3 years ago
parent 69ea9b5763
commit 70eb0777b0

@ -45,3 +45,17 @@ Other `preseed.cfg` docs:
* https://www.debian.org/releases/buster/amd64/apbs02.en.html
## Nodes to Build
* Standard Debian 10
* Standard Debian 11
* Standard Debian Sid
* Ethereum cluster
* Distcc cluster
* IPFS Cluster

@ -34,10 +34,11 @@ eqx-get-project-ssh-config "$EQXPROJECT"
eqx-get-project-clusterssh-config "$EQXPROJECT"
echo
echo "To connect to bare metal console, run:"
echo "To connect a 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"
EQXDEVICEID=`eqx-get-project-devices-id $EQXPROJECT | head -1`
echo "ssh -p 22 -i ~/.ssh/id_rsa-eqx $EQXDEVICEID@sos.da11.platformequinix.com"
echo
echo "To connect to installer, after about 4 minutes, run:"

Loading…
Cancel
Save