Hey devs, sshj appears to be the default library for SSH in jclouds. I recently noticed that we may be able to remove the jsch driver since there are only a few references to it in the codebase:
/apis/byon/README.txt /core/src/main/clojure/org/jclouds/core.clj /drivers/pom.xml /skeletons/standalone-compute/pom.xml /skeletons/standalone-compute/src/test/java/org/jclouds/servermanager/compute/ServerManagerComputeServiceLiveTest.java There may be reasons for keeping it around that I am not aware of, but I thought I would bring it to everyone’s attention. Thanks! /jd