40#ifndef LIBNETCONF_SSH_H_
41#define LIBNETCONF_SSH_H_
Functions to set libssh's callbacks.
Functions to connect NETCONF server to a NETCONF client (Call Home).
void nc_ssh_pref(NC_SSH_AUTH_TYPE type, short int preference)
Set the preference of the SSH authentication methods.
NC_SSH_AUTH_TYPE
Available SSH authentication mechanisms.
Definition libnetconf_ssh.h:56
@ NC_SSH_AUTH_PUBLIC_KEYS
Definition libnetconf_ssh.h:57
@ NC_SSH_AUTH_INTERACTIVE
Definition libnetconf_ssh.h:59
@ NC_SSH_AUTH_PASSWORD
Definition libnetconf_ssh.h:58
struct nc_session * nc_session_accept_libssh_channel(const struct nc_cpblts *capabilities, const char *username, ssh_channel ssh_chan)
Functions implementing transport layer for NETCONF.