Post

PSMP Installation

PSMP Installation

Download PSMP Installation Script

Use the follwoing command to downlaod the psmpwiz1xxx.sh script. Make sure it is placed in the same folder as PrivilegedSessionManagerSSHProxy-RHELinux8-Intel64-Rls-v1X.X.zip

1
2
cd /home/<username>/PSMP/
wget https://raw.githubusercontent.com/pCloudServices/psmpwiz/main/psmpwiz1310.sh

Test Network Connectivity

The follwoing commands will test outbound connectivity from the PSMP server to Privilege Cloud.

1
2
3
4
5
6
7
curl -v telnet://<subdomain>.privilegecloud.cyberark.cloud:443

curl -v telnet://<subdomain>.cyberark.cloud:443

curl -v telnet://<subdomain>.privilegecloud.cyberark.cloud:1858

curl -v telnet://<CyberArkIdentityID>.id.cyberark.cloud:443

Create proxymng User and proxymanagers Group

1
2
3
4
useradd proxymng
passwd proxymng
groupadd proxymanagers
usermod -a -G proxymanagers proxymng

Modify SSHD Config File

1
vi /etc/ssh/sshd_config

Add the following line to the bottom of /etc/ssh/sshd_config

1
AllowGroups proxymanagers PSMConnectUsers

Restart the SSH service

1
2
service sshd restart
service sshd status

Change Directory to /home/localadmin/PSMP/

1
cd /home/localadmin/PSMP/

Unzip CyberArk Files

1
2
3
ls
unzip PrivilegedSessionManagerSSHProxy-RHELinux8-Intel64-Rls-v1X.X.zip
unzip psmpwiz1XX.zip

Set the following files to executable

1
2
3
4
ls -ltr
chmod 755 CARKpsmp-1X.xx.xx.xx.rpm
chmod 755 CreateCredFile
chmod 755 psmpwiz1XX.sh

Run the PSMP install script

1
./psmpwiz1XX.sh

PSM for SSH requirements https://docs.cyberark.com/Product-Doc/OnlineHelp/PrivCloud/Latest/en/Content/Privilege%20Cloud/PrivCloud-sys-req-PSM-SSH.htm?tocpath=Setup%7CSystem%20requirements%7C_____3

This post is licensed under CC BY 4.0 by the author.