ssh-cli

A Clojure library designed to interact with the SSH CLI to perform tasks like setting up passwordless SSH between machines, executing remote commands, performing SCP, etc.

Leiningen/Boot

[ssh-cli "1.0.0"]

Clojure CLI/deps.edn

ssh-cli/ssh-cli {:mvn/version "1.0.0"}

Gradle

implementation("ssh-cli:ssh-cli:1.0.0")

Maven

<dependency>
  <groupId>ssh-cli</groupId>
  <artifactId>ssh-cli</artifactId>
  <version>1.0.0</version>
</dependency>