Friday 1 March 2013

How to configure SSH access in CISCO devices

Run the below mention commands on your CISCO device.

Router>enable
Router#conf t
Router(config)#line vty 0 4
Router(config-line)#transport input ssh
Router(config-line)#exit
Router(config)#ip domain-name ms.com
Router(config)#crypto key generate rsa
Router(config)#

(Note: we assume that we have already created user account in CISCO device. And you can chose different domain name in your configuration instead of ms.com)

No comments:

Post a Comment