Technical Notes |
|
F-Secure SSH Server password expiration does not work if these conditions exist: F-Secure SSH is installed on Solaris, the authentication method is set to password, and AllowedPasswordAuthentications is set to PAM.
To resolve this problem, edit the sshd2_config file with either of these options:
set AllowedPasswordAuthentications to local
- or -
set AllowedAuthentications to keyboard-interactive and AllowedPasswordAuthentications to password.