Modifying the SSHD configuration file for Centrify Client
If a computer is registered in the Privileged Access Service using the Centrify Client, do the following:
-
Locate the sshd_config file, located here:
vi /etc/ssh/sshd_config
-
Locate or add this value to the file:
TrustedUserCAKeys /etc/ssh/centrify_tenant_ca.pub
-
Restart the sshd program after updating the configuration for the changes to take effect.
For example, as root you might run one of the following commands to restart the daemon:
- systemctl restart centrify-sshd
- service centrify-sshd restart
If you are using the OpenSSH version of SSHD, the following commands can be used to restart the daemon:
- Service sshd restart
- Sudo systemctl restart sshd