Hi All
I am facing ssh connection issues with my network switch, need help to establish ssh connection
root@VPC0000260:/etc/ansible# ssh 10.25.200.1
Unable to negotiate with 10.25.200.1 port 22: no matching key exchange method found. Their offer: diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1
root@VPC0000260:/etc/ansible# ansible -m ping 10.25.200.1
10.25.200.1 | UNREACHABLE! => {
“changed”: false,
“msg”: “Failed to connect to the host via ssh: Unable to negotiate with 10.25.200.1 port 22: no matching key exchange method found. Their offer: diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1”,
“unreachable”: true
}
Regards
Hitesh