To enable FIPS mode on Unix:
Open the Connection Broker configuration file
ssh-broker-config.xml
that you want to modify (see
the section called “Connection Broker Files”.
Under the general
element, modify the
crypto-lib
element by settings its value to
fips
.
Ensure that the cryptographic algorithms defined in the configuration file for the
default-settings
element and the
profiles
element are compatible with FIPS mode. For
FIPS-compatible algorithms, see Appendix F.
Save the configuration file and stop the Connection Broker if it is running:
$ ssh-broker-ctl stop
Start a new connection. You may then verify the new Connection Broker is running in FIPS mode with:
$ ssh-broker-ctl status
Note | |
---|---|
On Unix, you can switch all Tectia products to FIPS mode by creating a file named
On Linux and Solaris you can enable and disable # /opt/tectia/sbin/ssh-modeset fips-mode on # /opt/tectia/sbin/ssh-modeset fips-mode off You may then verify your current FIPS mode with: # /opt/tectia/sbin/ssh-modeset fips-mode-check |