05-13-2014 10:08 AM - edited 03-03-2019 07:24 AM
HI Team,
Can anyone update me the possible reason for the below error.
%SSH-3-NO_MATCH: No matching hostkey algorithm found: client ssh-dss server ssh-rsa
%SSH-3-NO_MATCH: No matching hostkey algorithm found: client ecdsa-sha2-nistp256 server ssh-rsa
%SSH-3-NO_MATCH: No matching hostkey algorithm found: client ecdsa-sha2-nistp384 server ssh-rsa
%SSH-3-NO_MATCH: No matching hostkey algorithm found: client ecdsa-sha2-nistp521 server ssh-rsa
%SSH-4-SSH2_UNEXPECTED_MSG: Unexpected message type has arrived. Terminating the connection
%SSH-4-SSH2_UNEXPECTED_MSG: Unexpected message type has arrived. Terminating the connection
Solved! Go to Solution.
05-13-2014 04:20 PM
It appears the client is setup to only accept advanced (Next Generation Encryption - NGE) cryptographic algorithms and the server offers a public key using the older RSA encryption method. the mismatch cause the attempted connection to fail.
Either the client needs to relax the requirements or a new public key need to be generated on the server (possibly after upgrading the software to allow the administrator to choose NGE algorithms when creating the public key). IOS on an ISR G2 router, for example, requires version 15.2(4) M or later. Reference.
05-13-2014 04:20 PM
It appears the client is setup to only accept advanced (Next Generation Encryption - NGE) cryptographic algorithms and the server offers a public key using the older RSA encryption method. the mismatch cause the attempted connection to fail.
Either the client needs to relax the requirements or a new public key need to be generated on the server (possibly after upgrading the software to allow the administrator to choose NGE algorithms when creating the public key). IOS on an ISR G2 router, for example, requires version 15.2(4) M or later. Reference.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide