-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
clixon_netconf_ssh_callhome.c #523
Comments
client
servet
I do it according to the documentation https://clixon-docs.readthedocs.io/en/latest/netconf.html 10.5 example |
the utility functions have moved to https://github.com/clicon/clixon-util |
I updated the docs to point to that location. |
There is also a regression test here: https://github.com/clicon/clixon/blob/master/test/test_netconf_ssh_callhome.sh |
@olofhagsand tell me, I understand correctly that when using call home, I have to make sure that the ssh key is on the host, it does not transmit it itself, right? |
Hello, in version 5.9.0 it was in test/util clixon_netconf_ssh_call home.c and in 7.0.1 this is not
in the documentation https://clixon-docs.readthedocs.io/en/latest/netconf.html it says what should be used
The call home and callhome-client referred to above are implemented by the utility functions:
util/clixon_netconf_ssh_callhome and util/clixon_netconf_ssh_callhome_client.
I also looked at the tests test_netconf_ssh_callhome.sh , it is also used in tests there
-o ProxyCommand=\"clixon_netconf_ssh_callhome_client
But I don't have it.
can you tell me how I should do it in the end? Need help :))
The text was updated successfully, but these errors were encountered: