CiscoCisco
200-301 · Question #575
200-301 Question #575: Real Exam Question with Answer & Explanation
The correct answer is D: crypto key generate rsa 1024. To configure a router to accept only encrypted connections via SSH, RSA cryptographic keys must be generated, and the VTY lines must be specifically configured to use SSH for transport.
Submitted by takeshi77· Mar 5, 2026Security Fundamentals
Question
Refer to the exhibit. Which two commands must be added to update the configuration of router R1 so that it accepts only encrypted connections? (Choose two)
Options
- Ausername CNAC secret R!41!4319115@
- Bip ssh version 2
- Cline vty 0 4
- Dcrypto key generate rsa 1024
- Etransport input ssh
Explanation
To configure a router to accept only encrypted connections via SSH, RSA cryptographic keys must be generated, and the VTY lines must be specifically configured to use SSH for transport.
Common mistakes.
- A. Creating a local username is for authentication, not directly for enabling or enforcing the encryption of remote connections.
- B.
ip ssh version 2specifies which version of SSH to use but does not enable SSH or enforce encrypted connections itself. - C.
line vty 0 4is a command to enter the virtual terminal line configuration mode, not a command that enables or enforces encrypted connections.
Concept tested. SSH configuration (RSA keys, VTY transport)
Topics
#Cisco SSH configuration#VTY line configuration#RSA key generation#Secure remote access
Community Discussion
No community discussion yet for this question.