Releases: carletes/mock-ssh-server
Releases · carletes/mock-ssh-server
0.9.1
- Streaming support for stdin/stdout/stderr (thanks, @nadavwe!)
0.9.0
- The authentication class can be overriden (thanks @TitaniumHocker)
- CI and PyPI publishing with GitHub Actions.
0.8.2
- Use
selectors
instead of select.select
for accepting remote connections (thanks @skshetry)
0.3.0
- Fixes an occasional deadlock when using rela OpenSSH clients (@mvdbeek)
- SFTP supports directory listing (thanks @mvdbeek)
0.2.0
- New method:
mockssh.Server.add_user()