The following error is seen when trying to SSH to a device from a bash shell on the SpectroSERVER:
"Unable to negotiate with XX.XX.X.XX port 22: no matching cipher found. Their offer: aes256-cbc"
Release : 10.3
Component : Spectrum Core / SpectroSERVER
User level ssh config : ~/.ssh/config
Global level ssh config : /etc/ssh_config or /etc/ssh/ssh_config
The file in the user home directory overrides settings in the global one.
Create a config file in $user/.ssh directory
Ex : $user/.ssh/config
Add the following configuration
Host *
KexAlgorithms +diffie-hellman-group1-sha1
Ciphers aes128-ctr,aes192-ctr,aes256-