8000 GitHub - smurfy/fun-ssh: Jsch (Pure Java SSH2 Implementation) wrapper on Kotlin DSL
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

smurfy/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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 100.0%
0