Troubleshooting SSH issues
Most SSH issues can be resolved by rerunning the installation package or reverting to a previous system state.
Steps
-
If you installed from the binary package, and got the following error response,
The method driver /usr/lib/apt/methods/https could not be found from apt-get - install apt-transport-https
, then rerun using the following command:sudo apt-get install apt-transport-https
-
If you installed and integrated PingID with SSH, but users are unable to authenticate successfully, revert to the system state prior to the PingID SSH installation.
Choose from:
-
If your installation is on a physical machine:
-
If you have kept an open session with root permissions, use that session.
-
If you do not have an open session, you must access the machine to open a local root console session.
-
If your installation is a virtual machine (VM), you should open a root console session in the VM control console.
-
Restore the changed
sshd_config
andauthorized_keys
files, (for PAM, also thesystem-auth
,common-auth
orpam.conf
files) to their state before the PingID installation, or reverse the entries in the configuration files according to the changes that you applied, depending on your operating system and the PAM or ForceCommand options. -
Restart the sshd service:
For all systems except Solaris,
service sshd restart
For Solaris systems:
svcadm restart ssh
-
-