08-09-2020 06:02 PM
Hello,
I just migrate our Edge Switch from Cisco Catalyst 3850 to Cisco Catalyst 9500 (Catalyst L3 Switch Software (CAT9K_IOSXE), Version 16.12.02, RELEASE SOFTWARE).
My switch has logs every two minutes a terminated ssh connection from the Ip address of the host we usually use to connect to our network devices.
Aug 9 20:34:11.334: %SSH-4-SSH2_UNEXPECTED_MSG: Unexpected message type has arrived. Terminating the connection from 10.170.1.134
Aug 9 20:36:13.952: %SSH-4-SSH2_UNEXPECTED_MSG: Unexpected message type has arrived. Terminating the connection from 10.170.1.134
Aug 9 20:38:11.203: %SSH-4-SSH2_UNEXPECTED_MSG: Unexpected message type has arrived. Terminating the connection from 10.170.1.134
Aug 9 20:40:11.656: %SSH-4-SSH2_UNEXPECTED_MSG: Unexpected message type has arrived. Terminating the connection from 10.170.1.134
This message did not appear on the old Switch. I have tried the following but the problem continues:
Below the switch configuration:
aaa new-model
aaa authentication login default local
aaa authentication login EXAMPLE1 group SERVERS-Tacacs local
aaa authentication enable default group SERVERS-Tacacs enable
!
aaa group server tacacs+ SERVERS-Tacacs
server-private 10.170.1.134 key xxxxxxxxxxxx
server-private 10.170.1.133 key xxxxxxxxxxxx
!
ip ssh version 2
!
crypto key generate rsa modulus 1024
!
line vty 0 4
access-class 75 in
access-class 75 in vrfname Mgmt-vrf
exec-timeout 15 0
logging synchronous
login authentication EXAMPLE1
transport input ssh
08-09-2020 06:18 PM
Hi,
What ssh client are you using? Have you tried changing the client?
Thanks
John
08-10-2020 12:55 AM
- Check for hints in this thread :
M.
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