Nutanix NCP-MCA Practice Test 1

Refer to the exhibit.
A Blueprint fails on executing a check-login task against a Windows 2016 VM and displays the error shown in the exhibit. The administrator is using a SSH key-based credential to authenticate the task.
What should the administrator change to resolve the issue?
The error message ''Authentication by <Credential_type> failed'' typically indicates an issue with the authentication credentials being used. Since the administrator is using SSH key-based credential to authenticate, it's essential to ensure that the private key associated with this credential is correct and accessible. If there's an issue with the private key, such as it being incorrect or inaccessible, authentication will fail. Increasing the retries or modifying the timeout will not help if the credential is invalid. Changing to password authentication credential may work, but it's not the best option as it may compromise security and require additional configuration.Reference:
Nutanix Certified Professional - Multicloud Automation (NCP-MCA) v6.5, Section 3 - Validate Blueprints, Runbooks, Playbooks, and Automation Settings, page 2
Nutanix Multicloud Automation Administration (NMCAA), Module 5 - X-Play, Lesson 5.2 - Credential Management, page 7
Nutanix Calm User Guide, Credential Management, SSH Key-Based Authentication