dppagc wrote: » First and foremost I am not studying ccna security... 1) Is it possible to ssh into a switch WITHOUT inputting the username admin password cisco command?? Only enable secret cisco is entered. 2) Secondly I dont understand the line: Specifies an ENCRYPTED secret will follow If I want to configure 2 switches with the password "cisco", I can key in username admin password cisco directly for the 2 switches. Why should I configure the ENCRYPTED password and make my life difficult?? Q3) I can enter privileged mode Switch# without a password when I console in. However, if I ssh in, I will need to enter the enable secret password. Can anyone tell me why? What I have learnt today: no login - no need password login - use "line vty 0 4 password cisco" to log in login local - use username admin password cisco to log on
enable secret cisco ip domain-name contoso.com hostname R1 crypto key generate rsa modulus 1024 aaa new-model aaa authentication login LOGIN-SSH enable line vty 0 4 login authentication LOGIN-SSH transport input ssh
Simrid wrote: » 2) I believe the this point is if you would like to copy and paste configuration from another device, it enables you to just copy all of the running config and donk it in. I think?
TechGuru80 wrote: » 1. Enable secret is only for enable mode...not to login remotely. I.e. when you get in the CLI and type en.