This article provides steps on enabling SSH in Aria/VCF Operations.
Aria/VCF Operations Admin UI as the local admin user.SSH Status column, toggle the switch to the Enabled position for each node you want to enable SSH on.The following steps can also be used to enable SSH on Cloud Proxies.
root via SSH or Console, pressing ALT+F1 in a Console to log in.Enter twice, then provide a new password and re-type it to confirm.systemctl start sshdTo see whether the service is running or not from the command line, run this command:
systemctl status sshdAfter a restart of the Aria/VCF Operations node, SSH needs to be enabled again. To configure SSH to start automatically, run this command:
systemctl enable sshdFrom a security perspective, it is not recommended to leave the SSH service running/enabled permanently.