Hi team,
I am having SSH issues, using putty 0.79 and after generating crypto keys I can connect but after 10 to 15 seconds or so the session locks up or I get a connectivity loss, "software caused connection abort"
Sam.
I would advise opening a support case to get official support on this issue.
Hi Sdc
Thank you for reaching us.
Try to gain access to the switch using console or telnet and check the below outputs and see if the SSH is enabled or disabled
When you saw ""software caused connection abort"" did the switch reload or freeze on its own ? If no then were you able to connect to the switch again using SSH ?
Thanks
d
Hi,
Thank you for your reply, the switch is a ICX-7150-C12P, running SPR08095m firmware.
I can access the switch via console and telnet without issues, however SSH connections using Putty, iterm, ssh via a debian/mac os terminal will connect but after roughly 10seconds or so the session will freeze or lockup. I can regain access if I restart a new session.
The switch does not freeze or reload.
SSH@ICX7150#sh ip ssh configSSH server : EnabledSSH port : tcp\22Host Key : RSA 2048Encryption : aes256-cbc, aes192-cbc, aes128-cbc, aes256-ctr, aes192-ctr, aes128-ctr, 3des-cbcPermit empty password : NoAuthentication methods : Password, Public-key, InteractiveAuthentication retries : 3Login timeout (seconds) : 120Idle timeout (minutes) : 30Strict management VRF : DisabledSCP : EnabledSSH IPv4 clients : AllSSH IPv6 clients : AllSSH IPv4 access-group :SSH IPv6 access-group :SSH Client Keys :Client Rekey : 0 Minute, 0 KBServer Rekey : 0 Minute, 0 KB
SSH@ICX7150#sh ip sshConnection Version Encryption Username HMAC Server Hostkey IP AddressInbound:1 SSH-2 aes256-ctr sam hmac-sha1 ssh-rsa 10.40.203.332 SSH-2 aes256-ctr sam hmac-sha1 ssh-rsa 10.40.203.333 SSH-2 aes256-ctr sam hmac-sha1 ssh-rsa 10.40.203.33Outbound:
SSH-v2.0 enabled; hostkey: RSA(2048)
Any news on this, still having issues with ssh stability
Try this wonderfully short and totally secure option:
ssh -oKexAlgorithms=+diffie-hellman-group1-sha1 -c 3des-cbc -oHostKeyAlgorithms=+ssh-rsa -mhmac-sha1 user@ip.address