200-301 · Question #1213
Refer to the exhibit. An engineer executed the script and added commands that were not necessary for SSH and now must remove the commands. Which two commands must be executed to correct the configurat
The correct answer is A. no ip name-serveer 198.51.100.210 C. no service password-encryption. Login local is required to implement SSH in this case because we are not using AAA authentication. But password service-encryption is not needed because all it does is encrypt any plaintext passwords displayed in the running configuration. It has nothing to do with SSH. For examp
Question
Options
- Ano ip name-serveer 198.51.100.210
- Bno login local
- Cno service password-encryption
- Dno ip domain mame ccna.cisco.com
- Eno hostname CPE
How the community answered
(24 responses)- A71% (17)
- B17% (4)
- D8% (2)
- E4% (1)
Explanation
Login local is required to implement SSH in this case because we are not using AAA authentication. But password service-encryption is not needed because all it does is encrypt any plaintext passwords displayed in the running configuration. It has nothing to do with SSH. For example, you can configure a plaintext password for Telnet access, do service password- encryption to scramble it in the running config, but then when you Telnet into the device, sniff the packet and see that the password is still in plaintext.
Topics
Community Discussion
No community discussion yet for this question.