Exam PAM-CDE-RECERT All QuestionsBrowse all questions from this exam
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?

    Correct Answer: B

    When connecting to a Linux server using a domain account via CyberArk's PSM for SSH, the correct syntax includes specifying the domain account followed by a separator, which is typically '#'. This syntax ensures the connection knows to authenticate the domain user. Hence, the correct syntax is 'ssh neil@linuxuser01#[email protected]'.

Discussion
bumikaOption: B

Domain users will authenticate on the target server so that it needs to use a special character separating the user name from the domain name. Besides default settings @ is the global separator and # is used on this purpose.

M4rt1n0Option: B

B is the solution, if it was a local account, no need to specify nothing after Account (TargetUser), since it is a Domain account, domain name must be specified after # : Account#Domain

sent3xOption: B

The answer is B. Neil wants to log in as ACME/linuxuser01, so he needs to specify the domain as well.

dru0paOption: C

ssh VaultUser@TargetUser@TragetAddress@PSMPAddress