Add RSA key file authentication on lncc controller
Could you please add also rsa_key_file authenticaiton on lncc python script as follow:
(Cmd) ne add GX80 --port 830 --username netconf --password netconf --host 192.168.1.2 -
[--device_params] [--rsa_key_file] [-h, --help]
(Cmd) ne add GX80 --port 830 --username netconf --password netconf --host 192.168.1.2 --rsa_key_file /password/rsa
NE GX80 added, current: 1 NEs (Cmd) connect 2023-02-08 12:56:11,374 - lncc - DEBUG - Start: NETCONF connect() to GX80 2023-02-08 12:56:11,793 - lncc - DEBUG - Success: NETCONF connect() to GX80 1 new connections, 1 total: ['GX80']
Example of RSA key parameter added on lncc python script, could you please review this code:
Edited by Spyros Kanellopoulos