Using SSH

Prev Next

To remotely and securely access the CLI of the Trellix appliance over the network, follow these steps:

  1. Open a terminal window on your system.

  2. Use the ssh command 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.2

    If 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.com

    When using Identity and Access Management credentials, enter the following at the prompt:

    ssh -l <username> hex<CloudController>-ssh-<1-9>-hex01.helix.apps.fireeye.com

    Note

    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.

  3. Enter your password when prompted.