ACSA Exam QuestionsBrowse all questions from this exam

ACSA Exam - Question 16


Managers log in to an ArubaOS switch with SSH.

What does SSH require to authenticate the switch to the SSH client and set up a secure session?

Show Answer
Correct Answer: C

SSH requires an SSH key to authenticate the switch to the SSH client and set up a secure session. This is managed by the crypto key ssh commands.

Discussion

5 comments
Sign in to comment
tmpid0
Jun 22, 2020

C is right

tochno
Jul 31, 2019

https://community.arubanetworks.com/t5/Wired-Intelligent-Edge-Campus/How-to-Configure-Secure-CLI-Switch-Access/ta-p/436333

Gerald007
Sep 10, 2020

The answer depends on the type of authentication (password vs. key). If password authentication, then B is correct. If key authentication is required, then A is correct. I'd assume B is correct in this case.

XalaGyanOption: C
Sep 18, 2022

SSH key using (config)# crypto key ssh

oskmed
Dec 13, 2022

The correct answer is B: Note: Both, the keys and ip ssh are created on startup/enabled by default. If the IP configuration is assigned by DHCP (= default), then only username and password need to be configured manually for SSH access. The only need to configure keys/enabled ssh, if disabled manually. There is also no need to apply SSH to a VTY interface.