09-02-2008 05:56 AM - edited 03-06-2019 01:07 AM
Hi, I have configure the line for ssh:
i.e.
conf t
line vty 0 15
transport input ssh
When I try to access the switch, I'm refuse.
I do see the option for SSH on the switch, just can't connect via SSH.
version running:
flash:c2950-i6k2l2q4-mz.121-22.EA12.bin
09-02-2008 06:11 AM
This version of IOS/Image supports SSH v1 & 2
Hope you have generated the SSH Key on switch using following commands.
hostname XYZ
ip domain-name ""
crypto key generate rsa
ip ssh timeout ""
ip ssh authentication-retries ""
use show ip ssh
show ssh
for verification.
09-02-2008 07:34 AM
It almost sounds like you are still trying to telnet to the switch. What SSH client are you using to access the switch ? Putty , Tera Term SSH etc... Check to see if the key was configured, "show crypto key my rsa" , and it will show the key.
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