lorancechen / scall   0.7.3

GitHub

organizing shell script with Scala.

Scala versions: 2.12 2.11 2.10

Scall - introduce SSH shell to Scala

Shell is worse to organize command together. Scall enhance the shell command by make it organizable in Scala environment.

Usage

libraryDependencies += "com.scalachan" %% "scall" % "0.7.3"

Dependency

  • JSch
  • SSHJ

Example

Updates

  • version 0.7.3
    • append heart beat for SessionPool
  • version 0.7.2
    • append heart beat for SessionTerminal
  • version 0.7.1
    • fix only accept some keys with sshj SessionPool
  • version 0.7.0
    • support concurrent session execute pool by SSHJ
  • version 0.6.1
    • support jsch channel in SessionTerminal class