Skip to content
/ fun-ssh Public

Jsch (Pure Java SSH2 Implementation) wrapper on Kotlin DSL

Notifications You must be signed in to change notification settings

jasoet/fun-ssh

Repository files navigation

Simple Jsch (Java SSH2 implementation) wrapper on Kotlin

Build Status codecov Download

Wrapper for Jsch with Kotlin DSL

Features

  • Kotlin DSL for Jsch (Pure Java SSH2 Implementation).
  • Create Ssh Session.
  • Create Ssh Channel.

Gradle

Add JCenter repository

repositories {
    jcenter()
}

Add dependency

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

Usage

Execute simple command

About

Jsch (Pure Java SSH2 Implementation) wrapper on Kotlin DSL

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages