Installation example for Solaris
This is an example installation of PingID Secure Shell (SSH) for Solaris. Your installation might vary depending on your particular configuration.
Steps
-
Download the prerequisite packages, as listed in Installing PingID SSH using source files.
-
Download and extract the PingID package.
-
Go to the PingID installation directory.
cd pingid-<version>
-
Set the environment variables in preparation for the build process.
-
For build tools such as AR and MAKE:
export PATH=$PATH:/usr/ccs/bin:/usr/sfw/bin
-
For the PingID build:
env CFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib ./configure --with-pam --prefix=/usr
-
-
Build and install PingID.
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.