io.epiccastle/clojuressh

A Clojure library for using SSH in Clojure that is API compatible with bbssh

Leiningen/Boot

[io.epiccastle/clojuressh "0.0.0-SNAPSHOT"]

Clojure CLI/deps.edn

io.epiccastle/clojuressh {:mvn/version "0.0.0-SNAPSHOT"}

Gradle

implementation("io.epiccastle:clojuressh:0.0.0-SNAPSHOT")

Maven

<dependency>
  <groupId>io.epiccastle</groupId>
  <artifactId>clojuressh</artifactId>
  <version>0.0.0-SNAPSHOT</version>
</dependency>