Подключение по 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)» |
Нет описания правки |
||
| Строка 5: | Строка 5: | ||
Строка подключения: ssh -oKexAlgorithms=+diffie-hellman-group1-sha1 -c 3des-cbc cisco@192.168.2.154 | Строка подключения: ssh -oKexAlgorithms=+diffie-hellman-group1-sha1 -c 3des-cbc cisco@192.168.2.154 | ||
2) | 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 | |||
Текущая версия от 11:44, 27 мая 2024
ошибки подключения по 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