nerdexam
CompTIA

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…

Security

Question

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?

Options

  • Aid_dsa.pem
  • Bid_rsa
  • Cid_ecdsa
  • Did_rsa.pub

How the community answered

(28 responses)
  • A
    4% (1)
  • B
    4% (1)
  • D
    93% (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

#SSH keys#Public key authentication#Passwordless login#Key management

Community Discussion

No community discussion yet for this question.

Full XK0-005 Practice