User Ratings

★★★★★
★★★★
★★★
★★
29
0
0
0
1
ease 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
features 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
design 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
support 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5

Rate This Project
Login To Rate This Project

User Reviews

  • Unfortunately, author of the application have dropped updates...
  • excellent application.
  • Great job, thanks a lot for writing
  • Thank for your projects!
  • I am facing problem with the J2ssh library in my application where it get hangs very often. import com.sshtools.j2ssh.SshClient; import com.sshtools.j2ssh.authentication.AuthenticationProtocolState; import com.sshtools.j2ssh.authentication.PasswordAuthenticationClient; import com.sshtools.j2ssh.session.SessionChannelClient; ssh = new SshClient(); ssh.setSocketTimeout(10000); ssh.connect(hostname, port); --->> It gets stuck at this point. PasswordAuthenticationClient pwd = new PasswordAuthenticationClient(); pwd.setUsername(username); pwd.setPassword(password); result = ssh.authenticate(pwd); I believe the setSocketTimeout is not throwing any exception. Can anyone please provide me with a solution. Thanks