Tag Archives: ssh

Connect to ssh server with java

I often have to write a program to connect to a ssh server and manage tasks. Here is how I do. First you need to download the library. You will find it here, it’s called JSch. This simple program will … Continue reading

Posted in java programming | Tagged , , , | 1 Comment