Installation example for Red Hat
This is an example installation of PingID SSH for Red Hat. Your installation might vary depending on your particular configuration.
About this task
PAM with SSHD is not supported on Red Hat Enterprise Linux prior to version 7.6. |
Steps
-
Install the C compiler:
sudo yum install gcc
-
Install OpenSSL (development version):
sudo yum install openssl-devel
-
Install libCURL (development version):
sudo yum install curl-devel
-
Install libPAM (development version):
sudo yum install pam-devel
-
Download and extract the PingID package.
-
Go to the PingID installation directory:
cd pingid-<version>
-
Activate the configuration utility to enable PAM, and set the
/usr
prefix to install below the/usr
directory:./configure --with-pam --prefix=/usr
-
Build and install PingID SSH:
make
sudo make install
-
Download the properties file. See Integrate PingID with SSH.
-
Copy the properties file to
/etc/pingid/pingid.properties
.Example:
sudo cp pingid.properties /etc/pingid/pingid.properties
Do not make any changes to the contents of the file.
Next steps
In the event of problems, see Troubleshooting the PingID SSH installation.