When managing SSH keys, the CPM stores the Public Key
When managing SSH keys, the CPM stores the Public Key
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.
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
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
This is true as per official CyberArk PAM mock exam too.
https://docs.cyberark.com/Product-Doc/OnlineHelp/PAS/Latest/en/Content/SSHKM/Managing%20SSH%20Keys.htm
B IS correct
B is correct
correct answer A https://docs.cyberark.com/Product-Doc/OnlineHelp/PAS/Latest/en/Content/SSHKM/Managing %20SSH%20Keys.htm
Answer is D