PAM-SEN Exam QuestionsBrowse all questions from this exam

PAM-SEN Exam - Question 25


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?

Show Answer
Correct Answer: BD

The correct syntax for connecting to a target Linux server using PSM for SSH typically involves separating the required parameters from optional parameters with a hash (#) sign. In this scenario, the domain account (linuxuser01 on domain acme.corp) and the PSM for SSH server (192.168.65.145) need to be specified correctly. The 'neil@' part is the local CyberArk user attempting to make the connection. Therefore, the correct syntax is 'ssh neil@linuxuser01#[email protected]' where the '#' is used to separate the domain information.

Discussion

8 comments
Sign in to comment
laternak26Option: B
Apr 11, 2023

With default config, the domain delimiter will be # https://docs.cyberark.com/Product-Doc/OnlineHelp/PAS/Latest/en/Content/PASIMP/PSSO-PMSP.htm#PSMforSSHCommand

Att84
Apr 15, 2023

You’re right!

CavdogOption: B
Sep 7, 2023

After revisiting this question can confirm that the answer is B. as optional parameters can be sperated from required parameters using '#' such as adding the domain in the example provided. This is covered off in the reference below. However to use this syntax, the InstallCyberArkSSHD parameter must be set to Integrated. https://docs.cyberark.com/PAS/Latest/en/Content/PASIMP/PSSO-PMSP.htm?tocpath=End%20user%7CConnect%20to%20Accounts%7CPrivileged%20Single%20Sign-On%7C_____3#:~:text=Required%20parameters%20are%20separated%20from%20optional%20parameters%20by%20%E2%80%98%23%E2%80%99%20(hash%20sign)

penuelaandyOption: C
Mar 14, 2023

C is correct

Fabri59Option: B
May 23, 2023

The answer is B. https://docs.cyberark.com/Product-Doc/OnlineHelp/PAS/12.6/en/Content/PASIMP/PSSO-PMSP.htm?tocpath=End%20user%7CConnect%20to%20Accounts%7CPrivileged%20Single%20Sign-On%7C_____3

rlamOption: B
Jul 27, 2023

Answer B is correct indeed from the doc sent. However it is really tricky as you never get to look at it that way in i&c training.

Att84Option: C
Mar 27, 2023

C is correct

hyurakiOption: D
Nov 26, 2023

Example find in CyberArk Lab training documentation: carlos@<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="375b585058590706774356455052431a5b5e591956545a521954584547">[email protected]</a>@psm-ssh-gw.acme.corp

hyuraki
Nov 30, 2023

I selected wrong, the answer is C based in training documentation

2995142Option: C
May 15, 2024

C is correct linuxadmin01@<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="01736e6e7531304162646f756e722f60626c642f626e7371">[email protected]</a> @10.0.1.16 -> From Lab

2995142
May 21, 2024

well went through the document and there is mentioned about the # sign which an optional char, so the answer will be B here