--callhome-sshd-command=string
Specifies the command string used to invoke the SSH server when
a callhome session is initiated. The default is "/usr/sbin/sshd".
The callhome-sshd-command parameter can be invoked via the command line:
user@system> netconfd-pro --callhome-sshd-command=/usr/local/sbin/sshd
or can be configured in the /etc/yumapro/netconfd-pro.conf file:
#### leaf callhome-sshd-command # Specifies the command string used to invoke the SSH server # when a callhome session is initiated. # # callhome-sshd-command /usr/sbin/sshd # callhome-sshd-command=/usr/local/sbin/sshd
Related Parameters:
- with-callhome
- callhome-retry-interval
- callhome-retry-max
- callhome-server
- callhome-sshd-config
- 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.