Exam CAU201 All QuestionsBrowse all questions from this exam
Question 59

When managing SSH keys, the CPM stores the Public Key

    Correct Answer: C

    When managing SSH keys, the CPM (Central Policy Manager) generally handles the public key in two locations. First, the public key is stored in the Vault for secure management and backup purposes. Second, the public key is also stored on the target server where it is copied to a specific location such as the ~/.ssh/authorized_keys file to enable authentication. This ensures that the public key is available both for access control and for account management continuity.

Discussion
amlalOption: B

Public Key file The path of the public key on the target machine. The default value is ~/.ssh/authorized_keys. Note: If this path does not exist, the SSH Key Manager creates it automatically with the following permissions: .ssh folder – 700 authorized_keys file – 600 https://docs.cyberark.com/PAS/Latest/en/Content/SSHKM/Managing%20SSH%20Keys.htm

Raymond9Option: B

A single SSH Key can be used to access multiple target systems. The same public key is distributed to each target system where a privileged account can be authenticated using the same SSH Key. https://docs.cyberark.com/Product-Doc/OnlineHelp/PAS/Latest/en/Content/SSHKM/Managing%20SSH%20Keys.htm

Jakub4444

This is true as per official CyberArk PAM mock exam too.

Kaustav01Option: B

https://docs.cyberark.com/Product-Doc/OnlineHelp/PAS/Latest/en/Content/SSHKM/Managing%20SSH%20Keys.htm

Chanez_22Option: B

B IS correct

harshuthkattaOption: B

B is correct

carm8989Option: A

correct answer A https://docs.cyberark.com/Product-Doc/OnlineHelp/PAS/Latest/en/Content/SSHKM/Managing %20SSH%20Keys.htm

hila84Option: D

Answer is D