When connecting to an older device it's much safer to configure your SSH client as your earlier post did, and not to modify the sshd settings of the old device. It's fairly common to add specific exceptions as-needed to your SSH in the local user config file as you did in your earlier post. If the old device is running an old build of sshd then trying to add crypto that it doesn't support is a giant lift for not much gain.
|