pixx wrote: 
> I try to connect my Squeezebox Touch with that command in the Mac
> terminal:
> 
> ssh -l root 192.***.***.**
> 
> The response is:
> 
> Unable to negotiate with 192.***.***.** port 22: no matching key
> exchange method found. Their offer: diffie-hellman-group1-sha1
> 
> Why doesn't it work?
> 
> Thank you.

Because the key/ciphers implemented on the Touch are old, and modern ssh
clients won't, by default, use them. But you should be able to "force"
use of the the older methods. I routinely use this on my macOS box:

Code:
--------------------
    ssh -o KexAlgorithms=diffie-hellman-group1-sha1 -o 
Ciphers=aes128-cbc,3des-cbc,aes256-cbc root@myradio
--------------------


------------------------------------------------------------------------
mrw's Profile: http://forums.slimdevices.com/member.php?userid=38299
View this thread: http://forums.slimdevices.com/showthread.php?t=113155

_______________________________________________
Touch mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/touch

Reply via email to