Note: if you are prompted to enter the password like in this example, it means the public key authentication is disabled.
Open /etc/ssh/sshd_config file in a text editor:
vi /etc/ssh/sshd_config
Locate the line containing PubkeyAuthentication no.
Update it to PubkeyAuthentication yes and save the file.
Restart SSH daemon:
systemctl restart sshd
Retry the SSH login and verify you can login successfully without entering the password:
root@vidm1 [ ~ ]# ssh root@vidm2 Welcome to Photon 3.0 (\m) - Kernel \r (\l) Last login: Thu Dec 7 09:52:21 2023 from <IP address> ################################################################################# # Attention: # # # # Do not perform a manual reboot of the appliance as it can affect the database # # clustering. Instead use Power OFF/ON from vRealize Suite Lifecycle Manager # # by navigating to the global environment page. # # # ################################################################################# root@vidm2 [ ~ ]#
Repeat steps 3-7 on remaining nodes in the cluster.
Navigate to Aria Suite Lifecycle Manager and retry the REMEDIATE option.