Skip to content

shamsoftware/sham-ssh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sham.software Mock SSH API

Mock SSH and SFTP testing library for running an SSH server in process. SFTP uses a local temporary directory

This library is still under development. Feel free to use, contribute but there could be changes to the API until it reaches 1.0 status. Of course, we'll try to keep breaking changes to a minimum.

Table of Contents

  • [Example Usage] (#example-usage)
  • [License] (#License)

Getting it on your classpath

Maven

<dependency>
  <groupId>software.sham</groupId>
  <artifactId>sham-ssh</artifactId>
  <version>0.1.0</version>
</dependency>

The artifacts are available in the Maven Central Repository.

Manual

If you need to add this to your project manually, you can download it directly from the maven central repository:

Download Jar

License

Copyright 2015 Ryan Hoegg.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

In process Mock SSH and SFTP server for java

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages