From 70eb0777b03f757c4e699a5d7bc2152b77a20995 Mon Sep 17 00:00:00 2001 From: Jeff Moe Date: Sat, 30 Jan 2021 17:40:35 -0700 Subject: [PATCH] fix ssh hostname --- README.md | 14 ++++++++++++++ eqx-create-cluster | 5 +++-- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bcae030..5b04103 100644 --- a/README.md +++ b/README.md @@ -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 + diff --git a/eqx-create-cluster b/eqx-create-cluster index a747ffc..2c4a160 100755 --- a/eqx-create-cluster +++ b/eqx-create-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:"