Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 882 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 882 Bytes

Simple Jsch (Java SSH2 implementation) wrapper on Kotlin

Build Status codecov Download

Features

  • Kotlin DSL for Jsch (Pure Java SSH2 Implementation).
  • Jsch Example.
  • Execute Remote Command.
  • Generate DSA and RSA KeyPair.

Gradle

Add JCenter repository

repositories {
    jcenter()
}

Add dependency

compile 'id.jasoet:fun-ssh:<version>'

Usage

Execute simple remote command

Generate DSA and RSA KeyPair