not being prompted to change password after the password expires
説明
When a users password expires in instead of being prompted to change their password when logging into a Unix system via ssh they are instead denied access.
原因
This problem will occur when ssh is configured not to support interactive login prompts.
対策
In the "/etc/ssh/sshd_config" file set ChallengeResponseAuthentication to yes.
追加情報
For ssh when ChallegeResponseAuthentication can not be changed or other applications such as HPUX's graphical DTLOGIN please see KB Solution SOL34198