netconf-subsystem

NAME
SYNOPSIS
DESCRIPTION
USAGE
LICENSE
AUTHOR
SEE ALSO

NAME

netconf-subsystem − thin client to access netconfd server

SYNOPSIS

   netconf-subsystem

DESCRIPTION

netconf-subsystem is a thin-client application that is called by the OpenSSH server to access the netconfd server, when the ’netconf’ subsystem is requested.

USAGE

The location of this program needs to be configured in the /etc/ssh/sshd_config file. The following configuration needs to be present:

  Port 22
  Port 830
  Subsystem netconf /usr/sbin/netconf-subsystem

The actual filespec in the last line will depend on the location that this program is installed. The default value is shown in the example above.

There are no program options or environment variables used by this program.

LICENSE

The Yuma Tools programs and documentation are subject to a software license, available at:

    http://yuma.iwl.com/licenses/yumatools-cs-license.pdf

AUTHOR

Andy Bierman, <andyb at iwl dot com>

SEE ALSO

netconfd(1)