Skip to content
forked from ncouture/MockSSH

Mock an SSH server and define all commands it supports (Python, Twisted)

Notifications You must be signed in to change notification settings

jathanism/MockSSH

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MockSSH

Mock an SSH server and define all commands it supports (Python, Twisted)

MockSSH is derived from kippo, an SSH honeypot.

Purpose

This was developed to emulate different operating systems running SSH servers in order to test task automation without having access to the actual servers.

Implementing Commands

There is no documentation on using MockSSH at this point. For now use the examples from the examples/ directory as example.

DSL

Some efforts were put in trying to come up with the simplest way possible to emulate SSH functionality. If this is a topic in your interests checkout the hy and yaml branches and submit your insights via github issues.

About

Mock an SSH server and define all commands it supports (Python, Twisted)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 73.2%
  • Hy 26.8%