How to enable SSH access?

How can I enable SSH access on a cisco router

--

3amigo

-----------------------------------------------------------------------

3amigos's Profile:
formatting link
this thread:
formatting link
Reply to
3amigos
Loading thread data ...

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.

Reply to
AM

Sweet, thanks!

Reply to
3amigos

Cabling-Design.com Forums website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.