Install the Advanced Server Access server agent on SuSE Linux
To download and install the agent:
- Add the RPM key.
sudo rpm --import https://dist.scaleft.com/GPG-KEY-OktaPAM-2023
- Add the Advanced Server Access repository. Replace SUSE-VERSION with SuSE versions with 12 or 15.
Stable
sudo zypper addrepo --check --name "OktaPAM Stable" --enable --refresh --keep-packages --gpgcheck-strict https://dist.scaleft.com/repos/rpm/stable/suse/SUSE-VERSION/x86_64 oktapam-stable
Preview
sudo zypper addrepo --check --name "OktaPAM Preview" --enable --refresh --keep-packages --gpgcheck-strict https://dist.scaleft.com/repos/rpm/preview/suse/SUSE-VERSION/x86_64 oktapam-preview
-
Update the list of available packages:
sudo zypper update
-
Search for the Advanced Server Access packages:
sudo zypper search scaleft
- Install the server tools package, which includes the agent.
sudo zypper install scaleft-server-tools
Automate agent installation
You can automatically install Advanced Server Access server tools on Linux servers running in AWS and other cloud environments by using a user data script, or by running a PowerShell command, either locally or remotely.