CyberArk Sentry – PAM — Question 24
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
The correct answer is B because it uses the proper syntax for connecting through a PSM where the 'ssh' command is followed by the username and the '@' symbol indicates the server to connect to. The other options incorrectly format the connection string, such as using an extra '@' or incorrect delimiters, which would result in connection errors.