This used to be a draft of my blog post "Finding the SqueezeBox Radio Default SSH Password".
          Last active
          August 22, 2023 07:37 
        
      - 
      
- 
        Save freddyb/29eedc12b3ae4b1a26d645ee90a5912d to your computer and use it in GitHub Desktop. 
    SqueezeBox Radio Default SSH Passwort
  
        
        
        yep :)
I really do wonder why the password and the reset method were so hard to find in docs and wikis.
I remember finding that password in a documentation somewhere. Unfortunately I changed the password and lost it now I'm locked out
@faxm0dem Did you try the hardware reset suggested in the MOTD?
Questions is it possible to enable ssh easily without a working display ?
No, I don’t think so. AFAIU it needs to be enabled through the UI. However, I’d ask the slimdevices forum. Way more experts and developers there. I’m just a random nerdy user.
… Am 28.08.2022 um 17:04 schrieb Philippe Coval ***@***.***>:
 ***@***.*** commented on this gist.
 Questions is it possible to enable ssh easily without a working display ?
 —
 Reply to this email directly, view it on GitHub, or unsubscribe.
 You are receiving this because you authored the thread.
I found that in 2023, I have to also specify a legacy cipher in addition to key exchange, so this command worked:
ssh -oKexAlgorithms=+diffie-hellman-group1-sha1 -c aes256-cbc <host IP> -l root
Thanks! I'll update my blog post too.
I also had to enable ssh-dss. Full info and updated blog post here https://frederik-braun.com/squeezebox-radio-ssh-default-password.html
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
            
Is that the real SSH banner?