exam questions

Exam 300-410 All Questions

View all questions & answers for the 300-410 exam

Exam 300-410 topic 1 question 129 discussion

Actual exam question from Cisco's 300-410
Question #: 129
Topic #: 1
[All 300-410 Questions]

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 finds the displayed output when troubleshooting.
Which command must be used in configuration mode to enable SSH on the device?

  • A. no ip ssh disable
  • B. ip ssh enable
  • C. ip ssh version 2
  • D. crypto key generate rsa
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
bk989
10 months ago
The answer is D. C1(config)# C1(config)#ip ssh enable ^ % Invalid input detected at '^' marker. C1(config)#no ip ssh disable ^ % Invalid input detected at '^' marker. C1(config)#ip ssh version 2 Please create RSA keys to enable SSH (and of atleast 768 bits for SSH v2). C1(config)#
upvoted 2 times
...
[Removed]
11 months, 2 weeks ago
Selected Answer: D
D is correct
upvoted 1 times
...
Koume
2 years, 5 months ago
Selected Answer: D
The log states that ssh is disabled because lacks of rsa key pairs. So this is the only answer here.
upvoted 4 times
...
mrnipsnips
2 years, 7 months ago
Selected Answer: D
D, you have to generate the key before enabling ssh
upvoted 4 times
...
quyle
2 years, 8 months ago
I test lab on eve -> D. Must crypto key generate rsa, then ip ssh version 2
upvoted 1 times
...
James1984
2 years, 11 months ago
Selected Answer: D
D is correct
upvoted 2 times
...
Nhan
2 years, 11 months ago
The message indicate that the rsa key is not yet generated. When you generate the rsa key using the command the ssh v1.99 will be enabled
upvoted 1 times
...
Mystic13
3 years, 1 month ago
You need to generate the rsa keys before you enable sshv2. D is correct
upvoted 2 times
...
Kimaf
3 years, 2 months ago
Selected Answer: C
Please read this from ENARSI book where it clearly says SSH enabled so how come our answer is D. It should be C. SW1# show ip ssh SSH Enabled - version 1.99 Authentication timeout: 120 secs; Authentication retries: 3 Minimum expected Diffie Hellman key size : 1024 bits IOS Keys in SECSH format(ssh-rsa, base64 encoded): ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDtRqwdcEI+aGEXYmklh4G6pSJW1th6/Ivg4BCp19tO BmdoW6NZahL2SxdzjKW8VIBjO1lVeaMfdmvKlpLjUlx7JDAkPs4Q39kzdPHY74MzD1/u+Fwvir8O5AQO rUMkc5vuVEHFVc4WxQsxH4Q4Df10a6Q3UAOtnL4E0a7ez/imHw==
upvoted 1 times
Koume
2 years, 5 months ago
Well i will cite the ENARSI book "To check the version of SSH that is running, use the show ip ssh command, as shown in Example 23-5. If it states version 1.99, it means versions 1 and 2 are running. If it states version 1, then SSHv1 is running, and if it states version 2, then SSHv2 is running."
upvoted 1 times
...
...
lcy1
3 years, 4 months ago
v1.99 means ssh v2 is enabled in config, but key is missing
upvoted 2 times
...
NH01
3 years, 7 months ago
The given answer is correct
upvoted 2 times
...
[Removed]
3 years, 11 months ago
The given answer is correct
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...