XK0-005 · Question #1105000
A junior systems administrator has just generated public and private authentication keys for passwordless login. Which of the following files will be moved to the remote servers?
The correct answer is D. id_rsa.pub. The file id_rsa.pub will be moved to the remote servers for passwordless login. The id_rsa.pub file is the public authentication key that is generated by the ssh-keygen command. The public key can be copied to the remote servers by using the ssh-copy-id command or manually. The…
Question
Options
- Aid_dsa.pem
- Bid_rsa
- Cid_ecdsa
- Did_rsa.pub
How the community answered
(28 responses)- A4% (1)
- B4% (1)
- D93% (26)
Explanation
The file id_rsa.pub will be moved to the remote servers for passwordless login. The id_rsa.pub file is the public authentication key that is generated by the ssh-keygen command. The public key can be copied to the remote servers by using the ssh-copy-id command or manually. The remote servers will use the public key to authenticate the user who has the corresponding private key (id_rsa). This will allow the user to log in without entering a password.
Topics
Community Discussion
No community discussion yet for this question.