fakesshserver is a Python module that implements a fake ssh server,
using paramiko, intended to be used
with automatic testing of programs. For example, Obnam will use it to
test that its sftp transport layer works.
fakesshserver is in development, no releases have been made yet.
For developers
The following public Bazaar branches are available:
- http://bzr.braawi.org/fakesshserver/trunk/ for main line of development
- http://bzr.braawi.org/fakesshserver/debian-packaging/ for packaging files for Debian
To check out a local copy of these branches, install bzr and run
the following command:
bzr branch http://bzr.braawi.org/fakesshserver/trunk fakesshserver
Replace the URL with another to use some other branch, of course.
Copyright license
Fakesshserver is licensed under the GNU General Public License version 2 or (at your option) any later version (see COPYING).