ssh root@IP -p 22 -v
Unable to negotiate with IP port 22: no matching key exchange method found. Their offer: diffie-hellman-group1-sha1
ssh -oKexAlgorithms=+diffie-hellman-group1-sha1 root@IP -p 22 -v
Тук вече се конектва правилно!
Има и друг вариант
Файл: /etc/ssh/ssh_config:
Host *
GSSAPIAuthentication yes
KexAlgorithms +diffie-hellman-group1-sha1
Logged in as {{omniform_current_user_display_name}}. Edit your profile. Log out? Required fields are marked *
Your email address will not be published. Required fields are marked *
Comments are closed.
You must be logged in to post a comment.