Authentication with SSH tools fails on Solaris asks for a password instead of passcode
2 years ago
Originally Published: 2014-01-14
Article Number
000042854
Applies To
RSA PAM Agent.
Solaris (all supported versions)

Solaris 10

Issue
Authentication with SSH tools fails on Solaris , asks for a password instead of passcode when using Agent for PAM.

Cause
Agent for PAM is not supported with Sun_SSH

Resolution

check the version of ssh with
ssh -V
If it shows Sun_SSH  the Agent for PAM is is not supported with this kind of SSH. You need to get a version of OpenSSH that the Agent for PAM is supported with.

For example, the Agent 7.1 for PAM is supported with OpenSSH 6.0p1 (or a newer 6.0 patch) .   OpenSSH needs to be compiled from source before installation. See the documentation for Solaris and OpenSSH for detailed instructions.