SSH issue: SSH-3-NO_MATCH: No matching cipher found
Router1------ Router2---- PC2
I have two routers connected and configured for SSH. When I use PC2 to SSH to Router2, it works fine.
I am trying to SSH to Router2 from Router1 and in "debug ip ssh" I see following error
SSH-3-NO_MATCH: No matching cipher found
Here in this scenario Router1 is SSH client and Router2 is SSH server.
Solution:
=======
On Router1 I configured the following:
Router1#conf t
ip ssh client algorithm encryption aes128-cbc aes192-cbc aes192-ctr aes128-ctr 3des-cbc aes256-cbc aes256-ctr
On Router2 I configured the following:
Router2#conf t
ip ssh server algorithm encryption aes128-cbc aes192-cbc aes192-ctr aes128-ctr 3des-cbc aes256-cbc aes256-ctr
I have two routers connected and configured for SSH. When I use PC2 to SSH to Router2, it works fine.
I am trying to SSH to Router2 from Router1 and in "debug ip ssh" I see following error
SSH-3-NO_MATCH: No matching cipher found
Here in this scenario Router1 is SSH client and Router2 is SSH server.
Solution:
=======
On Router1 I configured the following:
Router1#conf t
ip ssh client algorithm encryption aes128-cbc aes192-cbc aes192-ctr aes128-ctr 3des-cbc aes256-cbc aes256-ctr
On Router2 I configured the following:
Router2#conf t
ip ssh server algorithm encryption aes128-cbc aes192-cbc aes192-ctr aes128-ctr 3des-cbc aes256-cbc aes256-ctr
0 comments:
Post a Comment