02-03-2014 11:47 AM - edited 03-07-2019 05:58 PM
I have enabled/configured SSHv2 - it works fine.
Can ssh in from a remote location.
Configured vty 0 4 for ssh only (took telnet out).
Did copy run start & write mem.
Also did a reload to boot the switch from scratch.
But telnet still works. Why?
Here are the salient parts of the config.....
line con 0
line vty 0 4
password 7 082058420017
transport input ssh
line vty 5 15
password 7 092078432217
Any other parts of the config I should include?
Thx Gurus.
Solved! Go to Solution.
02-03-2014 03:28 PM
Your "line vty 5 15" section leaves telnet available for that second group of vty lines. Just add "transport input ssh" there as well and you should be good to go.
02-03-2014 03:28 PM
Your "line vty 5 15" section leaves telnet available for that second group of vty lines. Just add "transport input ssh" there as well and you should be good to go.
02-03-2014 03:41 PM
Thx Marvin - now - connection refused via telnet.
Yippeeeeee!
02-03-2014 03:42 PM
You're welcome. Thanks for the rating.
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