SSH is automatically enabled and started upon a reboot of the Cloud Proxy
Aria Operations 8.x.x
There is no method to enable/disable SSH in the UI.
Manual method to disable SSH via the UI on Cloud Proxies:
systemctl disable --now sshdsed -i '/sshd\.service/s/^/#/' /usr/lib/systemd/system/cloud-init.serviceNote: This will not terminate the SSH session you are currently in to run through the command. But it will immediately reject any further SSH requests, and it will disable the SSH Auto start upon a reboot.
You can check the status of the SSH service by running the command:
systemctl status sshd
Follow the KB Enabling SSH access in Aria Operations to re-enable the SSH service