pixx wrote: 
> Your proposal works or as alternative: ssh -c aes128-cbc
> -oKexAlgorithms=+diffie-hellman-group1-sha1 root@myradio

If you haven't discovered the ssh config file, you could bake the
options into that. Refer to the manpage *man ssh_config*.

Here's a snippet from mine, stored in file *~/.ssh/config*. My devices
are named -blackradio-, -whiteradio-, and -squeezeboxcontro-.


Code:
--------------------
    
  # These older SSH servers do not support modern key
  # exchange stuff or modern ciphers.
  Host blackradio* whiteradio* squeezeboxcontro*
  CheckHostIP no
  KexAlgorithms +diffie-hellman-group1-sha1
  Ciphers +aes128-cbc,3des-cbc,aes256-cbc
  
--------------------


So now I just log in as, e.g., *ssh root@blackradio*


------------------------------------------------------------------------
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