The server supports a debug mode in which NETCONF sessions can be established over a raw TCP socket, instead of the normal SSH or TLS transport protocols.
To use this DEBUG ONLY mode, set the --socket-type CLI parameter to the value "tcp".
The --socket-address and --socket-port parameter can also be set if the default (0.0.0.0:2023) is not desired.
> netconfd-pro --socket-type=tcp --socket-address=192.168.0.10
To connect to the server from yangcli-pro, set the transport parameter to the value "tcp-ncx".
> connect transport=tcp-ncx user=admin password=password1 server=192.168.0.10