5

Which are the popular libraries to use to implement both custom SSH client and server in java?

I'm aware that Jsch (http://www.jcraft.com/jsch/) is a popular java ssh client, are there good and secure java ssh servers that have an open source license?

1

1 Answer 1

3

Apache Mina server

I haven't checked it out but apparently it has support for:

  • Port forwarding
  • SFTP
  • X11 Forwarding
  • Agent forwarding

NSsh

I know this is the wrong language but this C# server is partly based off the Ganymed client code and might be a good reference if Apache Mina doesn't work out.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.