Setting Up Use My Account
This section describes several different ways to set up Use My Account for *nix systems.
Using Delinea OpenSSH
To automatically set up UMA for *nix systems, run the agent_setup.sh
script during the agent installation.
Using OS Stock Version of OpenSSH
The agent_setup.sh
script automatically sets up UMA during the agent installation process.
Using Automatic Script for UMA
-
Navigate to where you downloaded the agent from the Delinea Marketplace.
-
Run the following script with root permissions:
./uma_setup.sh --install-cakey-file delinea_<tenantname>_date.pub -v
Example:
./uma_setup.sh --install-cakey-file delinea_jwtraining-us_20240125_124856.pub –v
Using Manual Steps
-
Navigate to and open the folder where you downloaded the agent from the Delinea Marketplace.
The agent is a .pub file in the following format:
delinea_{tenant-name}_{download-date}.pub
-
Copy the .pub file to the ssh directory.
Example:
cp delinea_{tenant-name}_{download-date}.pub /etc/ssh/users_ca.pub
cp delinea_fishing_20231213_041058.pub /etc/ssh/users_ca.pub
-
Make a backup copy of the
sshd_config
file:cp /etc/ssh/sshd_config /etc/ssh/sshd_config_121323bk
-
Edit the
sshd_config
file with the following lines: -
Restart OpenSSH Service.
Example:
systemctl restart sshd.service
Test Use My Account
UMA is only for *nix systems with the agent installed that is joined to the domain and zone.
-
Log in to the platform as an AD user with permission to log in to the Linux system.
-
From the left navigation, select Inventory.
-
Find and the server with the agent installed that is joined to the domain and zone.
-
Hover your cursor over the row with the target computer, and click the launch icon.
-
Select Launch with My Account.