sys secconfig command

Last Updated : Jun 10, 2026 |

sys secconfig provides access to the secconfig command, which existed in previous releases.

This command is only available for OVA-based deployments.

The following is an example of this command:
[admin@server4950aads ~]$ sys secconfig --hhelp
 
This script is used to manage run-time security settings on this appliance.
The following command-line arguments are available:
 
    --help, -h
        Prints terse help (command line syntax).
 
    --hhelp, -hh
        Prints verbose help (this help).
 
    --sshCBC < --enable | --disable | --query >
    -cbc     < -e       | -d        | -q >
        Enables, disables, and queries the current state of SSH daemon
        CBC-based ciphers.

   --fips  < --enable | --disable | --query >
   Enables, disables, and queries the current state of FIPS on the system.
 
[admin@server4950aads ~]$