YumaPro SDK 17.10 introduces support for the Call Home protocol defined in IETF RFC 8071.
By default, Call Home is not enabled but must be configured by the developer/user.
The callhome-sshd-config parameter and all Call Home related parameters are ignored if the
--with-callhome parameter is set to 'false'.
--callhome-sshd-config=string
Specifies the SSH server configuration file to use when invoking
the SSH server when a callhome session is initiated. The default
config file to use is a dynamic string using the pattern
ch_sshd_config.<client>. It is located in the $HOME/.yumapro
directory.
The callhome-sshd-config parameter can be invoked via the command line:
user@system> netconfd-pro --callhome-sshd-config=~/.yumapro/ch_sshd_config.myconfig
or can be configured in the /etc/yumapro/netconfd-pro.conf file:
#### leaf callhome-sshd-config # Specifies the SSH server configuration file to use when # invoking the SSH server when a callhome session is # initiated. The default config file to use is a dynamic # string using the pattern ch_sshd_config.<client>. # It is located in the $HOME/.yumapro directory. # # there is no default for callhome-sshd-config # callhome-sshd-config ~/.yumapro/ch_sshd_config.myconfig
Related Parameters:
- with-callhome
- callhome-retry-interval
- callhome-retry-max
- callhome-server
- callhome-sshd-command
- callhome-subsys-command
- server-id
For more information on using the Call Home protocol in YumaPro SDK please refer to the Solution Article "Establishing a Call Home Connection" and also to the IETF Call Home section of the netconfd-pro User Manual.