Mock SSH and SFTP Testing API

Testing library for mocking interactions to SSH and SFTP servers

License

License

GroupId

GroupId

software.sham
ArtifactId

ArtifactId

sham-ssh
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

Mock SSH and SFTP Testing API
Testing library for mocking interactions to SSH and SFTP servers

Download sham-ssh

How to add to project

<!-- https://jarcasting.com/artifacts/software.sham/sham-ssh/ -->
<dependency>
    <groupId>software.sham</groupId>
    <artifactId>sham-ssh</artifactId>
    <version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/software.sham/sham-ssh/
implementation 'software.sham:sham-ssh:0.2.0'
// https://jarcasting.com/artifacts/software.sham/sham-ssh/
implementation ("software.sham:sham-ssh:0.2.0")
'software.sham:sham-ssh:jar:0.2.0'
<dependency org="software.sham" name="sham-ssh" rev="0.2.0">
  <artifact name="sham-ssh" type="jar" />
</dependency>
@Grapes(
@Grab(group='software.sham', module='sham-ssh', version='0.2.0')
)
libraryDependencies += "software.sham" % "sham-ssh" % "0.2.0"
[software.sham/sham-ssh "0.2.0"]

Dependencies

compile (14)

Group / Artifact Type Version
org.hamcrest : hamcrest-core jar 1.3
org.hamcrest : hamcrest-library jar 1.3
org.apache.sshd : sshd-core jar 1.0.0
com.jcraft : jsch jar 0.1.53
com.github.fommil : openssh jar 1.0
org.bouncycastle : bcpkix-jdk15on jar 1.49
commons-io : commons-io jar 2.4
org.apache.logging.log4j : log4j-api jar 2.1
org.apache.logging.log4j : log4j-core jar 2.1
org.apache.logging.log4j : log4j-slf4j-impl jar 2.1
org.slf4j : jcl-over-slf4j jar 1.7.7
org.slf4j : slf4j-api jar 1.7.7
com.lmax : disruptor Optional jar 3.3.2
junit : junit jar 4.12

test (1)

Group / Artifact Type Version
org.mockito : mockito-core jar 1.9.5

Project Modules

There are no modules declared in this project.

Versions

Version
0.2.0
0.1.0