При подключении к некоторым железкам типа Cisco ASA5508 может быть ошибка при подключении
Unable to negotiate with x.x.x.x.123 port 22: no matching key exchange method found. Their offer: diffie-hellman-group1-sha1
Фикс: указать опцию -oKexAlgorithms=+diffie-hellman-group1-sha1
например так
ssh -oKexAlgorithms=+diffie-hellman-group1-sha1 x.x.x.x
Можно в ~/.ssh/config добавить
Host x.x.x.x
KexAlgorithms +diffie-hellman-group1-sha1
Комментариев нет:
Отправить комментарий