PingID Administration Guide

Troubleshooting the PingID SSH installation

This section can help you diagnose and resolve issues with your PingID SSH installation.

Verifying your PingID installation

Before performing the post-installation steps, verify the successful installation of PingID.

Steps

  1. Run the binary

    pingid_fc
  2. Confirm that you get the pairing instructions.

    If there are any problems with the installation, check the log files to identify the problem.

    The location of the log file is defined in the configuration file. For more information, see PingID SSH configuration file parameters.

  3. Verify connectivity to the PingID server.

    Choose from:

    • For US accounts:

      curl -I https://idpxnyl3m.pingidentity.com/pingid/heartbeat
      shell
    • For EU accounts:

      curl -I https://idpxnyl3m.pingidentity.eu/pingid/heartbeat
      shell
    • For Australian accounts:

      curl -I https://idpxnyl3m.pingidentity.com.au/pingid/heartbeat
      shell

      The actual host name can be found in the pingid.properties file.

  4. Confirm that you get a 200 response.

  5. If the connection fails, make sure that the outbound connection to host and port 443 are open on your system’s firewall.