mirror of
https://github.com/gesellix/Bose-SoundTouch.git
synced 2026-08-19 00:56:16 +00:00
setup ssh-check's failure message claimed "those commands were removed" on FW 27.x and jumped straight to the USB-stick fallback — flatly contradicted by setup enable-ssh, which exists specifically to bootstrap SSH over telnet via the port-17000 envswitch trick (#471), and by TELNET-COMMAND-REFERENCE.md's own notes that the injection is field-confirmed on several FW 27.x models. Success is model/build- dependent, not universally impossible — some devices (ST Portable, some CineMate 520 units) need --full-config instead of the default injection. Reordered the message to point at `setup enable-ssh` (with the --full-config caveat) first, USB stick as the fallback if that doesn't work on a given device — this was the exact point where a user hitting a closed port 22 would previously be told to go find a USB stick without ever learning the telnet route exists. Refs #598