UI Method
To enable SSH on Aria Operations, log into the Aria Operations Admin UI as the local "admin" user.
Under the SSH Status column, toggle the switch to the Enabled position for each node you want to enable SSH on.
Manual Method
Aria Operations 8.x and later
Note: These steps can also be used to enabled SSH on Cloud Proxy VMs in Aria Operations 8.4 and later.
- Log into the desired Aria Operations node as root via SSH or Console, pressing ALT+F1 in a Console to log in.
Note: By default there is no root password configured. Press Enter twice, then provide a new password and re-type it to confirm.
- Start the SSH service by running the command:
systemctl start sshd
Notes:
To see whether the service is running or not from command line, run this command: systemctl status sshd
After a restart of the Aria Operations node, SSH will need to be enabled again. To configure SSH to start automatically, run this command: systemctl enable sshd