An engineer is trying to securely connect to a router and wants to prevent insecure algorithms from being used. However, the connection is failing. Which action should be taken to accomplish this goal?
A.
Generate the RSA key using the crypto key generate rsa command.
B.
Configure the port using the ip ssh port 22 command.
C.
Enable the SSH server using the ip ssh server command.
scenario: enabling ssh,setting ssh version to 2 and configuring vty lines to support only ssh connections
(config)#hostname FUNTECH-ROUTER
#ip domain name FUNTECH.com
#crypto key generate rsa (choose key length of your choice after entering this
command)
#ip ssh version 2
#line vty 0 4
#transport input ssh
#password cisco
#exit
....of all the provided answers A would make sense
upvoted 3 times
...
This section is not available anymore. Please use the main Exam Page.350-701 Exam Questions
Log in to ExamTopics
Sign in:
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.
Marshpillowz
7 months agoOZ1
1 year, 3 months agogondohwe
1 year, 5 months ago