CyberArk Sentry – Privileged Cloud — Question 13
CyberArk User Neil is trying to connect to the Target Linux server 192.168.1.164 using a domain user 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 appropriate syntax for specifying both the username and the host in conjunction with the PSM server. Options A, C, and D do not follow the correct format and would result in errors when trying to establish the SSH connection.