Description | The article describes some typical password changing failed reason with SSH Server, and how to debug it. |
Scope | FortiPAM, Target SSH Server. |
Solution |
1) Typical Failed scenarios:
- Scenario 1: Incorrect username and password configured for secret in PAM. - Scenario 2: SSH Server is unreachable from FortiPAM. - Password-changer procedure does not match Target SSH Server. - New generated password by PAM does not meet SSH Server Requirements
2) How to debug password changing? Run the below command on PAM Shell or console:
# diag debug en # diag wad debug en category pwdchg # diag wad debug en level verbos
After the debug finishes, run the below command to disable debug:
# diag wad debug clear # diag debug disable |