Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/frankhanner/jsch-SSH-example
- Owner: frankhanner
- Created: 2013-03-20T23:41:00.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-31T03:02:29.000Z (over 9 years ago)
- Last Synced: 2024-08-02T00:25:16.671Z (4 months ago)
- Language: Java
- Size: 137 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.