Connect to a linux system secured by RSA SecurID using ssh2 in Java
问题 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