Hi!
I'm trying to update to the latest libnetconf2 version, bit I've
noticed that the SSH password callback has been removed, only the
interactive callback is usable.
libnetconf now retrieves the password from the datastore, if I'm
understanding it correctly, but I'm using a separate app that verifies
the password and handles other checks, so the password callback was
fairly useful.
I guess the interactive callback could replace it, but I don't need the
extra functions of that. Do you perhaps plan to add the regular
password callback to libnetconf2? Or we have to use the interactive
callback from now on to support the same functionality?
Thanks!
Hi!
I'm trying to update to the latest libnetconf2 version, bit I've
noticed that the SSH password callback has been removed, only the
interactive callback is usable.
libnetconf now retrieves the password from the datastore, if I'm
understanding it correctly, but I'm using a separate app that verifies
the password and handles other checks, so the password callback was
fairly useful.
I guess the interactive callback could replace it, but I don't need the
extra functions of that. Do you perhaps plan to add the regular
password callback to libnetconf2? Or we have to use the interactive
callback from now on to support the same functionality?
Thanks!