mirror of
https://github.com/gesellix/Bose-SoundTouch.git
synced 2026-08-19 00:56:16 +00:00
docs+ui: surface SSH context for remote_services (closes #409)
Migration guide: expand the one-liner after SSH setup into a concrete 'To disable SSH' section covering both the USB-stick and persistent-file cases, with the button name and CLI command. Admin UI: - Preconditions label: 'remote_services' → 'SSH (remote_services)' with a tooltip explaining the connection - Buttons: 'Enable/Remove Persistent Remote Services' → 'Enable SSH (Persist remote_services)' / 'Disable SSH (Remove remote_services)' - Confirm dialog: mentions SSH and reboot requirement explicitly - Verdict text: all three states now lead with 'SSH ...' so users recognise what the check controls Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
bec52b87a5
commit
d93d9a3e26
@@ -132,6 +132,15 @@ The XML migration writes updated configuration to the speaker's filesystem, whic
|
||||
|
||||
You only need to do this once per speaker. SSH can remain enabled for future maintenance or be disabled after migration — your choice.
|
||||
|
||||
**To disable SSH after migration:**
|
||||
|
||||
- **USB stick only (no persistent file written):** remove the stick and reboot the speaker — SSH will not be available after the next boot.
|
||||
- **Persistent `remote_services` file** (written automatically during XML migration): remove it via the admin UI → *Migrate* tab → **Disable SSH (Remove remote_services)** button, then reboot. Or via the CLI:
|
||||
```shell
|
||||
soundtouch-cli --host <SPEAKER-IP> setup remote-services --remove
|
||||
```
|
||||
Then reboot the speaker for the change to take effect.
|
||||
|
||||
### Telnet:17000 (fallback when SSH isn't possible)
|
||||
|
||||
If the USB-stick unlock doesn't work on your speaker (some firmware revisions refuse it — notably SA-5, ST520, and recent ST Portables), the wizard falls back to the speaker's **built-in diagnostic shell on TCP port 17000**. No setup required — most SoundTouch firmware exposes it automatically. The wizard detects which transports are available and picks the right one; you don't have to choose manually.
|
||||
|
||||
Reference in New Issue
Block a user