cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
11111
Views
5
Helpful
4
Replies

step by step setup ssh user login cat 9200

nflnetwork
Level 1
Level 1

IOS 16.11.x.x

Can someone help me setup SSH login and disable telnet on the switch using CLI ?

4 Replies 4

networkadmin411
Level 1
Level 1

Here is the link a configuration document for SSH. you can disable/not enable telnet access in the vty section.

https://www.cisco.com/c/en/us/support/docs/security-vpn/secure-shell-ssh/4145-ssh.html

balaji.bandi
Hall of Fame
Hall of Fame

adding to another post there are good guide secure Harding cisco devices

 

https://www.cisco.com/c/en/us/support/docs/ip/access-lists/13608-21.html

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

i keep getting " Invalid encrypted password: " when trying to create a my user login

hostname(config)#username user123 privilege 15 password 7 P@ssw0rd
Invalid encrypted password: P@ssw0rd

this worked

Use of Type 7 Passwords
Originally designed in order to allow quick decryption of stored passwords, Type 7 passwords are not a secure form of password storage. There are many tools available that can easily decrypt these passwords. The use of Type 7 passwords should be avoided unless required by a feature that is in use on the Cisco IOS device.

Type 9 (scrypt) should be used whenever possible:

username <username> privilege 15 algorithm-type scrypt secret <secret>
Review Cisco Networking products for a $25 gift card