Thursday, September 9, 2010

Setting up SSH in Cisco devices

To set up ssh to access device remotely

Type from global mode

username sourav password cisco 
 
ip domain-name sourav.com 
 
crypto key generate rsa 
 
how many bits in modulus[512]:1024 
 
ip ssh version 2 
 
line vty 0 4 
 
transport input ssh

No comments:

Post a Comment