Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/frankhanner/jsch-SSH-example

This bit of code will help you understand how to use jsch API to SSH into remote machines natively.
https://github.com/frankhanner/jsch-SSH-example

Last synced: 15 days ago
JSON representation

This bit of code will help you understand how to use jsch API to SSH into remote machines natively.

Awesome Lists containing this project

README

        

## Java Native SSH (jsch) Examples

### Overview
Before taking the time to figure out the jsch library, I was naively invoking
plink.exe to SSH into remote machines. This worked and all, but it just felt
extremely clunky.

In this repository, I will have examples on how to use the jsch library to give
Java a native SSH option. Unfortunately jsch doesn't have great documentation
at this momemnt, so it's somewhat difficult to figure out what one needs and
how this library works. I'm hoping I will be able to relieve some of this
frustration.