CyberArk PAM-CDE Recertification — Question 16
CyberArk User Neil is trying to connect to the Target Linux server 192.168.1.164 using a domain account ACME/linuxuser01 on domain acme.corp using PSM for SSH server 192.168.65.145.
What is the correct syntax?
Answer options
- A. ssh neil@linuxuser01:[email protected]@192.168.65.145
- B. ssh neil@linuxuser01#[email protected]@192.168.65.145
- C. ssh neil@[email protected]@192.168.65.145
- D. ssh neil@[email protected]@[email protected]
Correct answer: B
Explanation
Option B is correct because it uses the proper syntax for connecting via SSH with a domain account, utilizing '#' to separate the username from the password and server address. Options A and C incorrectly use '@' which is not the correct delimiter for the password in this context. Option D contains an invalid format with multiple '@' symbols, making it incorrect.