06-01-2022 05:55 AM
I'm having an issue getting SSH working on a Cisco C9200L-24T-4X switch. I have configured the VTY ports just like I have on others devices, generated the crypto key and enabled ssh version 2. Is there a feature that needs to be enabled so that SSH works?
Regards,
morado2
06-01-2022 11:04 AM
Hi
No special feature. Basic requirements are:
ip domain-name your_domain
crypto key generate rsa
ip ssh version 2
line vty 1 10
transport input ssh (or all)
06-01-2022 11:25 AM
Thank you Flavio. I do have that configuration in the switch and it's still not accessible.
morado2
06-01-2022 11:35 AM
Thats weird. Can you access using telnet? http?
06-01-2022 11:51 AM
Will my co-worker contacted Cisco TAC and they were able to resolve the issue. They ran this command: "ip ssh rsa keypair-name SSHKEY" several times before SSH starting working.
morado2
06-01-2022 11:53 AM
Good to know. Thanks for sharing.
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