Vincent,
The packaging project git I work with is available here
https://sourceforge.net/projects/pkg-yuma123/
On 08/06/2016 10:10 PM, Vincent Bernat wrote:
How should netconfd be running? I see that netconf-subsystem should be
configured inside OpenSSH. What about netconfd? Is it spawned by
netconf-subsystem?
`netconfd` started without any arguments creates UNIX socket
/tmp/ncxserver.sock and listens for connections.
`netconf-subsystem` is called from OpenSSH and connects to
/tmp/ncxserver.sock for each ssh client connecting to the netconf
subsystem. `man netconfd` or the wiki guides e.g.
http://www.yuma123.org/wiki/index.php/Yuma_Quickstart_Guide#NETCONF_Server
contain detailed information.
Vladimir