How to Configure FIPS for Distributed Sessions Running in Standalone Mode
You can configure Reflection X to use the United States government Federal Information Processing Standard (FIPS) 140-2 for distributed sessions that run in standalone mode.
When running in FIPS mode, all available settings use security protocols and algorithms that meet this standard. Options that do not meet these standards are not available, and only the Secure Shell connection method can be used to start X clients.
Running distributed sessions in standalone mode requires an X Manager on a workstation and an installation of Reflection X on an X client host with Remote Session Services enabled. You'll need to set FIPS mode both on the X Manager on the user workstation and on the X client host that runs Remote Session Services.
note
The X Manager Standalone FIPS setting must match the RSS node setting on the host client.
Before you begin
-
Install X Manager on a user workstation as shown in Install Reflection X on Windows.
-
Install Reflection X on an X client host with the Remote Session Services feature selected as shown in Install on Linux.
To configure X Manager to use FIPS for sessions using Remote Session Services
-
On the workstation, open X Manager and on the File menu, choose Preferences.
-
In the Preferences dialog box, under Security, select FIPS Mode.
To configure Remote Session Services to use FIPS
-
On the X client host on which you installed Reflection X with Remote Session Services, open the
host-nodes.xml
file in theInstall-directory/conf
folder. -
Change the FIPS setting to true.
<fips>true</fips>
More information