-
I am using j2ssh-core version 0.2.9. The two Solaris machines that I am running my codes on show the following as a result of a 'ssh -V' command:
Sun_SSH_1.3, SSH protocols 1.5/2.0, OpenSSL 0x0090801f
How can I determine if this version of OpenSSL is compatible with the j2ssh-core Java library that I'm using?
--James.
2009-10-06 22:07:05 UTC in SSHTools
-
I have the following code which results in an IOException (Socket is EOF) when I hit the SshClient.connect() call:
sshClient = new SshClient();
sshClient.setSocketTimeout(timeout);
sshClient.connect(remoteHost, 22);
I am stumped for a reason why this is happening since I can connect to the host and run ssh commands on it from the command line (both local and remote hosts are...
2009-10-06 04:10:51 UTC in SSHTools
-
In the new module window of the configuration creation window for the checkstyle module "Type Names" the token option for class declarations is misspelled as "decaration" (missing the "l").
2007-09-19 23:17:26 UTC in Eclipse Checkstyle Plug-in