300-410 · Question #57
300-410 Question #57: Real Exam Question with Answer & Explanation
The correct answer is A: crypto key generate rsa. To enable SSH on a Cisco device, an RSA cryptographic key pair must first be generated. SSH relies on these keys for secure encryption and authentication, and without them, the SSH server cannot operate.
Question
Refer to the exhibit. An engineer is trying to connect to a device with SSH but cannot connect. The engineer connects by using the console and find the displayed output when troubleshooting. Which command must be used in configuration mode to enable SSH on the device?
Options
- Acrypto key generate rsa
- Bip ssh enable
- Cno ip ssh disable
- Dip ssh version 2
Explanation
To enable SSH on a Cisco device, an RSA cryptographic key pair must first be generated. SSH relies on these keys for secure encryption and authentication, and without them, the SSH server cannot operate.
Common mistakes.
- B. There is no
ip ssh enablecommand in Cisco IOS; SSH functionality is implicitly enabled once an RSA key is generated and VTY lines are configured for SSH access. - C. The command
no ip ssh disableis syntactically incorrect; SSH is not managed by a simple enable/disable command in this manner. - D.
ip ssh version 2configures the device to use SSH protocol version 2, but it does not generate the necessary cryptographic keys to enable SSH functionality in the first place.
Concept tested. SSH Configuration Prerequisites
Topics
Community Discussion
No community discussion yet for this question.