A security engineer is setting up password less authentication for the first time

DRAG DROP

A security engineer is setting up password less authentication for the first time.

INSTRUCTIONS

Use the minimum set of commands to set this up and verify that it works. Commands cannot be reused.

If at any time you would like to bring back the initial state of the simulation, please click the Reset All button.

Answer:

Latest SY0-601 Dumps Valid Version with 396 Q&As

Latest And Valid Q&A | Instant Download | Once Fail, Full Refund

Subscribe
Notify of
guest
1 Comment
Inline Feedbacks
View all comments
Dirk
Dirk
1 year ago

This is incorrect.
The question states that you should use the MINIMUM set of commands.
From what I’ve read on other sites it should be:

ssh-keygen -t rsa
ssh-copy-id -i ~/.ssh/id_rsa.pub user@server
ssh-i ~/.ssh/id_rsa user@server