#4 - CyberArk Privilege Cloud | PSM for SSH (PSMP)

Video notes: https://cybrad.au/posts/YouTube-4-ISP... Objectives: Setup Unix Platform, Configuration Options and Create Safes Onboard Linux Account Test CPM and PSM PSMP Requirements Install PSMP Test PSMP Configure and Test PSM For SSH MFA Caching Timeline: Intro 0:00 *NIX Platform Setup 1:15 Create Safes 3:34 Onboard Linux Account 4:23 PSMP Requirements 6:58 Install PSMP 8:08 System Health 13:20 Onboard PSMP Accoutnts 13:33 Test PSMP 18:50 TEST PSMP Load Balancer 20:17 Configure PSM For SSH MFA Caching 20:50 Restart PSMP Service 23:05 Test PSM For SSH MFA Caching 24:06 Commands used to install PSMP: Download PrivilegedSessionManagerSSHProxy-RHELinux8-Intel64-Rls-v1X.X.zip from the CyberArk Marketplace https://cyberark-customers.force.com/...#---Name-CyberArk%20Privilege%20Cloud Copy package from Windows machine to PSMP server: scp "C:\Path_To_File\PrivilegedSessionManagerSSHProxy-RHELinux8-Intel64-Rls-v13.2.zip" USERNAME@PSMP_HOSTNAME:~/ Update the system and install wget and unzip: sudo dnf update sudo dnf install wget unzip Move files and change directory: ls mkdir PSMP mv PrivilegedSessionManagerSSHProxy-RHELinux8-Intel64-Rls-v13.2.zip ./PSMP/ cd ./PSMP/ ls Unzip Package: unzip PrivilegedSessionManagerSSHProxy-RHELinux8-Intel64-Rls-v13.2.zip PSMPWIZ scripts are found here https://github.com/pCloudServices/psm... You will need to update this url depending on the version of PSMP being installed.: wget https://raw.githubusercontent.com/pCl... Confirm you have the files: ls -ltr Add the exectue permission to the follwoing files: chmod 755 CreateCredFile chmod 755 CARKpsmp-13.2.0.15.x86_64.rpm chmod 755 psmpwiz1320.sh If you are not running as the root users, switch to the root user: sudo -i Change Directory to where the PSMP files are located: cd /home/USERNAME/PSMP/ Confirm if the files are executable: ls -ltr Run the PSMP wizard: ./psmpwiz1320.sh LinkedIn:   / bradmcdowell   #cyberark #privilegecloud #psmp #psmforssh #identity #privilegeaccessmanagement #ispss