5.2 Managing Systemd Services

You can reboot Advanced Authentication from the command prompt.

To start the Systemd services, run the following command:

systemctl start aauth

To stop the Systemd services, run the following command:

systemctl stop aauth

To view the status of Advanced Authentication services running on the appliance, run the following command:

systemctl status aauth

5.2.1 Enabling SSH for Appliance

To enable Advanced Authentication server to interact with the clients, you must enable the SSH option.

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 console.