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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.