10-26-2016 01:51 PM - edited 03-08-2019 07:56 AM
Hello,
i need help to disable telnet and enable ssh on 3850 switch, aaa server not configred
Solved! Go to Solution.
10-26-2016 01:58 PM
Hi,
Under the vty lines just add ssh only.
line vty 0 4
transport input ssh
transport output ssh
line vty 5 15
transport input ssh
transport output ssh
You also need a IOS that support SSH which means you need "K9" in the image name.
HTH
10-26-2016 01:58 PM
Hi,
Under the vty lines just add ssh only.
line vty 0 4
transport input ssh
transport output ssh
line vty 5 15
transport input ssh
transport output ssh
You also need a IOS that support SSH which means you need "K9" in the image name.
HTH
08-09-2023 09:49 PM
we have configured this command
line vty 0 4
transport input ssh
transport output ssh
line vty 5 15
transport input ssh
transport output ssh
but still access telnet
08-10-2023 08:12 AM
BTW, you might get a better response if your open a new question on your issue, rather than posting a reply to an eight year old question. Also, often helpful to post the exact device and its IOS version (and feature/licenses) being used.
Assuming have console access, what happens if you config as:
line vty 5 15
transport input none
transport output none
Does telnet access still work?
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