cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4023
Views
0
Helpful
3
Replies

Disable telnet and enable SSH

Hello,

i need help to disable telnet and enable ssh on 3850 switch, aaa server not configred

1 Accepted Solution

Accepted Solutions

Reza Sharifi
Hall of Fame
Hall of Fame

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

View solution in original post

3 Replies 3

Reza Sharifi
Hall of Fame
Hall of Fame

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

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

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?

Review Cisco Networking for a $25 gift card