CDB boot error: Init transaction failed to validate due to "ssh-keydir"

#!/bin/bash

mkdir -p ./var/confd0
mkdir -p ./var/confd0/state
mkdir -p ./var/confd0/cdb
mkdir -p ./var/confd0/rollback
mkdir -p ./var/confd0/log
mkdir -p ./var/confd0/replaystore
mkdir -p ./var/confd0/candidate

#cp ./confd_dyncfg_init.xml ./var/confd0/cdb

confd --conf ./confd.conf --addloadpath ./ --addloadpath ${CONFD_DIR}/etc/confd

CDB boot error: Init transaction failed to validate: /confd_dyncfg:confdConfig: Need ssh-keydir to be an existing directory, defined for /confdConfig/aaa/sshServerKeyDir
Daemon died status=10

What is the actual question? Is sshServerKeyDir not present on the target?

Don’t know. This issue may be created by mistake.
Please ignore this.
Thanks,
Shibin