securid

Connect to a linux system secured by RSA SecurID using ssh2 in Java

余生颓废 提交于 2019-12-22 17:49:01
问题 I want to create a connection from a Windows system to a Linux machine which uses RSA token Passcode for authentication and I want to run shell commands and get the output from the Java code. When logging into that Linux system using putty has the following steps: Enter IP and port and connect Enter username in the PuTTY terminal which asks "login as: " Enter PASSCODE where we enter RSA SecurID I have already tried connecting using Jsch package and it doesn't connect. I also tried a jcabi-ssh

Are the function signatures correct in the RSA Authentication Agent API documentation?

杀马特。学长 韩版系。学妹 提交于 2019-12-12 12:44:01
问题 I have some software which uses the documented API for RSA's Authentication Agent. This is a product which runs as a service on the client machines in a domain, and authenticates users locally by communicating with an "RSA Authentication Manager" installed centrally. The Authentication Agent's API is publicly documented here: Authentication Agent API 8.1.1 for C Developers Guide. However, the docs seem to be incorrect, and I do not have access to the RSA header files - they are not public;

Connect to a linux system secured by RSA SecurID using ssh2 in Java

爱⌒轻易说出口 提交于 2019-12-06 10:12:07
I want to create a connection from a Windows system to a Linux machine which uses RSA token Passcode for authentication and I want to run shell commands and get the output from the Java code. When logging into that Linux system using putty has the following steps: Enter IP and port and connect Enter username in the PuTTY terminal which asks "login as: " Enter PASSCODE where we enter RSA SecurID I have already tried connecting using Jsch package and it doesn't connect. I also tried a jcabi-ssh ( http://ssh.jcabi.com/ ) which a wrapper for Jsch . None of them seem to work for me. EDIT: I used

Integrate RSA SecurID authentication with a j2ee server? [closed]

一笑奈何 提交于 2019-12-02 00:36:01
问题 It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 7 years ago . I'm looking to integrate a J2EE app running on JBoss with RSA's Access Manager v 8.1 (which provides authentication with SecurID tokens). What configuration should be done to the RSA's custom login module in