The following Cisco SSH error will be encountered after password is entered:
Code:
Received disconnect from 5.105.4.98: 2: Protocol error: expected packet type 61, got -1
To solve this, check the ssh login timeout which may be too aggressive for strong passwords:
Code:
#sh run | i ssh time
ip ssh time-out 5
In this case, if the password is not entered in 5 seconds, Cisco IOS ssh will disconnect the client.