Hello Together
We recently switched from Telnet to SSH only for our last switches. Unfortunately, not all switches support current and secure ciphers and key exchange mechanisms, so we receive the following error message during discovery for the switches:
SSH :USRNAME@SWITCHIP Tout:2s OS:XOS EN:[\w.-]+\s#\s?$
PTY :Forking ssh -o 'StrictHostKeyChecking no' -l USRNAME SWITCHIP
ERR0:pattern match timed-out
For this reason, we have tried to customize ssh_config in /etc /ssh and added the following:
Ciphers +aes256-cbc
HostKeyAlgorithms +ssh-dss
KexAlgorithms +diffie-hellman-group1-sha1
For the direct test with the command on the CLI the adjustment works, but unfortunately not for Nedi.
We are using Nedi in the following version:
/var/nedi/nedi.pl version 1.8.100 calling Getopt::Std::getopts (version 1.12 [paranoid]),
running under Perl version 5.26.1. on Ubuntu 18.04.3 LTS
Can anyone helps?
Thanks and best regards
Roman