Search code examples
javasshssh-tunnel

SSH library for Java


Does anyone have an example of an SSH library connection using Java.


Solution

  • The Java Secure Channel (JSCH) is a very popular library, used by maven, ant and eclipse. It is open source with a BSD style license.