Rakesh babu chinni
Rakesh babu chinni
Hi Michal, Thanks a lot for letting us know that support for certificates over ssh is not yet available in the mainline. Have to go through libssh2 if there are...
Hi, Thanks for pointing out, am looking at libssh only. connect_ssh_session() currently using ssh_pki_import_pubkey_file()->pki_import_cert_buffer() (defined in pki.c) and it has the support for parsing and getting proper pub-key buffer is...
Hi Michal, I tried with plain key pairs, able to successfully established neconf session. *I am not sure why would you want to use those* Few advantages of using certs...
Thank you for response. ``` Security administrators are encouraged to make use of certificates with subjectAltName fields that can be mapped to names so that a single root CA certificate...
@Roytak Pls let us know if you have any comments or suggestions. Making changes in `nc_tls_cert_to_name` and `nc_tlsclb_verify` to derive name as per the [RFC 6353](https://datatracker.ietf.org/doc/html/rfc6353) (section 7) and cert-to-name...
@michalvasko Observation with write-default: deny and no rules or groups created for **operator** user, - Edit operations to all ietf/3gpp standard modules including acm are **failed**. There is an option...
The tag "action" was enclosed in braces is not shown in the preview. Corrected format now. > edit operation allowed if we change < action > tag value to permit....
netopeer2-server links libnetconf2 which has dependency with OpenSSL and libssh. So building netopeer2-server require above mentioned changes to link OpenSSL and libssh libs.
Thanks, i just reverified again. Observed below linker issue if we do not provide OpenSSL (non-standard path) in netopeer2/CMakeLists.txt (`target_link_libraries`). ``` /usr/bin/ld: warning: libssl.so.3, needed by /root/netconf/bin/lib64/libnetconf2.so, not found (try...
Sure i will check if there is anything that need to be done in libnetcon2 build. **Dumps from libnetcon2 and netopeer2 builds are added below for reference**. Apologies for adding...