We have RSA Authentication manager version 8.2.1 installed on three RSA hardware appliances(RSA SecureID AM8 Intel Appliance 250) and enabled SSH RSA Authentication Manager. I would like to know SSH in my RSA SecureID is using libssh or lib2ssh. If libssh is used can I upgrate to libssh2?.
Hello Junxia,
Our Authentication Manager doesn't use libssh nor libssh2, because our Authentication Manager implements the SSH Server using openssh (Completely independent on libssh).
This also can be verified using the following :
1- Log into your server with rsaadmin Credentials
2- Type : ssh -v localhost
And you'll see that it uses the OpenSSH Library.