Подключение по SSH
ошибки подключения по SSH:
1) Unable to negotiate with 192.168.2.154 port 22: no matching key exchange method found. Their offer: diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
Строка подключения: ssh -oKexAlgorithms=+diffie-hellman-group1-sha1 -c 3des-cbc cisco@192.168.2.154
2) Unable to negotiate with 192.168.10.10 port 22: no matching host key type found. Their offer: ssh-rsa,ssh-dss
Строка подключения: ssh -oHostKeyAlgorithms=+ssh-dss kis@192.168.10.10