Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do I enable SSH access in 2960x 1

Status
Not open for further replies.

CDIV

Technical User
Nov 28, 2015
65
0
0
DZ
Hello how do I enable SSH access in 2960x switch

Thanks

 
You need to generate a RSA key and then enable SSH access to the VTY lines (if not already enabled). You also need some form of AAA access enabled as SSH requires there to be a user logging in.
Code:
hostname router
ip domain name something.local        <required to generate RSA key>
crypto key generate rsa general-keys modulus 2048
username admin password cisco
line vty 0 4
 transport input telnet ssh
 login local

Andy
 
Been a while Andy...how's things?

If you can't beat 'em, try, try again!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top