How can I enable SSH access on a cisco router
--
3amigo
-----------------------------------------------------------------------
3amigos's Profile:
formatting link
this thread:
formatting link
How can I enable SSH access on a cisco router
--
-----------------------------------------------------------------------
router(config)#hostname myrouter myrouter(config)#ip domain-name mydomain.com myrouter(config)#crypto key generate rsa general-keys modulus 2048 myrouter(config)#username myuser password 0 mypasswd myrouter(config)#line vty 0 4 myrouter(config-line)#login local
that's all
Apply an ACL to limit who will be able to access your router.
HTH Alex.
Sweet, thanks!
Have something to add? Share your thoughts — no account required.
Ask the community — no account required