Description | This article introduces some typical password changer failures with SSH Server, and how to debug it. |
Scope | FortiPAM, Target SSH Server. |
Solution |
1) Typical failure reasons:
- The corresponding password-changing procedure is different with SSH Server. - Failed to connect with SSH Server. - Username and password/key are incorrect with SSH Server. - The New Password generated by PAM does not meet SSH Server requirements.
2) How to debug Password Changer Failure:
- Using debug command to debug password changing :
# diag debug en # diag wad debug enable category pwdchg # diag wad debug enable level verbose
After the debug finishes, run the command 'diag wad debug clear'. |