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

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

About

Jsch (Pure Java SSH2 Implementation) wrapper on Kotlin DSL

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages