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?
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?
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.
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)
With default config, the domain delimiter will be # https://docs.cyberark.com/Product-Doc/OnlineHelp/PAS/Latest/en/Content/PASIMP/PSSO-PMSP.htm#PSMforSSHCommand
You’re right!
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.
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
C is correct
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
well went through the document and there is mentioned about the # sign which an optional char, so the answer will be B here
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
I selected wrong, the answer is C based in training documentation
C is correct