SSH CONFIGURATION
SSH CONFIG
===========
1.Create Domain Name for rsa create
(config)#ip domain name ycit.com
2.Generate RSA Key
(config)#crypto key generate rsa modulus 1024
3.Create Virtual Terminal Session (default =5)
(config)#line vty 0 4
(config-line)#transport input ssh
(config-line)#login local
4.Create Username and Password (also enable password)
(config)#username admin secret cisco
(config)#enable secret cisco
Comments
Post a Comment