7.2 Managing Systemd Services

To start and stop the Systemd services, run the following commands:

systemctl status aauth

systemctl stop aauth

systemctl start aauth

7.2.1 Enabling SSH for Appliance

To enable SSH for appliance, run the following commands:

systemctl enable sshd.service

systemctl start sshd.service

lsof -i :22 (to check that the port is listening)

NOTE:You can also perform these services in Accessing System Services of the Configuration portal.