SSH library for Java

java, ssh, ssh-tunnel

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.

Problem

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

Original source

Related problems