Install the Advanced Server Access client on Red Hat (RHEL), CentOS, Alma Linux, or Fedora

To install the Advanced Server Access client:

  1. Add the RPM key.

    sudo rpm --import https://dist.scaleft.com/GPG-KEY-OktaPAM-2023

  2. To access the artifacts create a /etc/yum.repos.d/oktapam-stable.repo file. Replace PLATFORM-KEY with the appropriate platform name; for example, amazonlinux, rhel, centos, alma, or fedora.

    [oktapam-stable] name=Okta PAM Stable - PLATFORM-KEY $releasever baseurl=https://dist.scaleft.com/repos/rpm/stable/PLATFORM-KEY/$releasever/$basearch gpgcheck=1 repo_gpgcheck=1 enabled=1 gpgkey=https://dist.scaleft.com/GPG-KEY-OktaPAM-2023

  3. Run dnf update and accept the new GPG key.

    Importing GPG key 0xB8966AE8: Userid : "Okta PAM/ASA Packager (PAM/ASA Package Signing Key) <security+pam-packages-2023@okta.com>" Fingerprint: A3A9 03C2 9B5C AF75 34B9 F393 1983 7E37 B896 6AE8 From : https://dist.scaleft.com/GPG-KEY-OktaPAM-2023

  4. Install the client. If you don't have dnf package manager you can use yum.

    sudo dnf install scaleft-client-tools

  5. Install the URL handler.

    sudo dnf install scaleft-url-handler

Next steps