- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Labels:
-
Other Switching
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
