To remotely and securely access the CLI of the Trellix appliance over the network, follow these steps:
Open a terminal window on your system.
Use the
sshcommand to access the appliance.For example, if the IP address of the appliance is 192.168.1.2, enter the following at the prompt:
ssh <username>@192.168.1.2If the domain address of a cloud controller is
hex<CloudController>-webui-<1-9>-hex01.helix.apps.fireeye.com, enter the following at the prompt:ssh <username>@hex<CloudController>-ssh-<1-9>-hex01.helix.apps.fireeye.comWhen using Identity and Access Management credentials, enter the following at the prompt:
ssh -l <username> hex<CloudController>-ssh-<1-9>-hex01.helix.apps.fireeye.comNote
This command will work only with appliances on FireEye IAM. For appliances on Trellix IAM, you must use local users for SSH access. For more information refer to "Enabling Single Sign-On for the Trellix applications" in the Trellix IAM Guide.
Enter your password when prompted.