$ sccfm-cli inventory devices cdfmc-managed-ftd configure-manager --help
Usage: sccfm-cli inventory devices cdfmc-managed-ftd configure-manager
[OPTIONS]
Complete cdFMC-managed FTD onboarding by SSHing into the FTD VM and running
the 'configure manager add ...' command produced by 'onboard'. Only works if
the FTD is reachable on its SSH port (--ftd-port, default 22) from this host,
or from the jump host when --jump-host is set.
Options:
--ftd-host TEXT Management IP address or hostname of the FTD VM.
[required]
--ftd-port INTEGER RANGE SSH port of the FTD VM. [default: 22;
1<=x<=65535]
--ftd-user TEXT SSH username for the FTD VM. [required]
--ftd-password TEXT SSH password for the FTD VM (or set
SCCFM_FTD_PASSWORD; prompted if needed).
--cli-key TEXT The full 'configure manager add ...' string
returned by 'onboard'. [required]
--jump-host TEXT Optional bastion to tunnel through, as
[user@]host[:port]. The FTD then sees the
connection from the jump host's IP, so that IP
must be on the FTD ssh-access-list.
--jump-password TEXT Password for the jump host (or set
SCCFM_JUMP_PASSWORD). Prompted if omitted; leave
blank to use SSH key/agent auth.
--ssh-timeout INTEGER RANGE SSH connect and read timeout in seconds.
[default: 30; x>=1]
--check Only verify reachability of the FTD SSH port; do
not send the command.
--format [table|json] Output format [default: table]
--help Show this message and exit.