From 073fcb7067937e0166723d8530763e7a457fcd87 Mon Sep 17 00:00:00 2001 From: Dalton Hubble Date: Sun, 12 Jan 2020 14:16:00 -0800 Subject: [PATCH] Fix bare-metal instruction for watching install to disk * Original instructions were to watch install to disk by SSH'ing via port 2222 following Typhoon v1.10.1. Restore that message, since the version number in the instruction was incorrectly bumped on each release --- docs/cl/bare-metal.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/cl/bare-metal.md b/docs/cl/bare-metal.md index b265cb68..248ba80b 100644 --- a/docs/cl/bare-metal.md +++ b/docs/cl/bare-metal.md @@ -264,9 +264,9 @@ Apply complete! Resources: 55 added, 0 changed, 0 destroyed. To watch the install to disk (until machines reboot from disk), SSH to port 2222. ``` -# before v1.17.0 +# before v1.10.1 $ ssh debug@node1.example.com -# after v1.17.0 +# after v1.10.1 $ ssh -p 2222 core@node1.example.com ```