Installation example for Ubuntu/Debian (64 bit)
This is an example installation of PingID SSH for 64-bit Ubuntu or Debian distributions. Your installation might vary depending on your particular configuration.
Steps
-
Retrieve the latest versions of packages and their dependencies:
sudo apt-get update
-
Install the following packages:
-
Compilers and utilities
-
OpenSSL development version
-
libCURL development version
-
libPAM development version
sudo apt-get install build-essential libssl-dev libcurl4-openssl-dev libpam-dev
-
-
Download and extract the PingID package.
-
Go to the PingID installation directory:
cd pingid-<version>
-
Execute the following command, where
--prefix
points to the base folder into which you wish to install:./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
/usr/etc/pingid/pingid.properties
.Example:
sudo cp pingid.properties /usr/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.