Skip to main content

Key Manager Controller Help

To display the options supported by Key Manager controller, use either of the following commands:

# /opt/sshmgr/bin/ssh-mgr-controller -h
# /opt/sshmgr/bin/ssh-mgr-controller --help

To control the verbosity of the command output, you can specify the debug-level option as part of the command you are running:

# /opt/sshmgr/bin/ssh-mgr-controller <options> -D info
# /opt/sshmgr/bin/ssh-mgr-controller <options> --debug-level=info

The default debug level is info. The available debug levels (in increasing order verbosity) are error, warning, info, and debug.