This article explains what all to check if you are getting the error message "iAgent Authentication(password) Failure" when trying to run the diagnostics for a device from Paragon
When trying to run the diagnostics from Configuration >> Data Ingest >> Diagnostics.
You are able to ssh to the device successfully but this still shows the failure mentioned above.
Things to check in this case:
kubectl get pods -n healthbot | grep config-server
Note the name of the pods from the above output and restart the pod:
kubectl delete pod <config-server-name> -n healthbot
After this, the ssh will go through.