Skip to content

Instantly share code, notes, and snippets.

View ptrthomas's full-sized avatar

Peter Thomas ptrthomas

View GitHub Profile
@ptrthomas
ptrthomas / gist:920f8a42fac4ab0bb121a5ad74b09cdb
Created July 19, 2023 03:01 — forked from wmcu/gist:7dfc341f12c330618e47
Example of Jsch usage for SSH
import java.io.OutputStream;
import java.io.PrintStream;
import java.util.concurrent.TimeUnit;
import com.jcraft.jsch.*;
public class SSH {
public static void main(String[] args) {
System.out.println("Begin!");