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