Skip to content

Releases: carletes/mock-ssh-server

0.9.1

13 Sep 13:51
Compare
Choose a tag to compare
  • Streaming support for stdin/stdout/stderr (thanks, @nadavwe!)

0.9.0

28 Feb 10:36
Compare
Choose a tag to compare
  • The authentication class can be overriden (thanks @TitaniumHocker)
  • CI and PyPI publishing with GitHub Actions.

0.8.2

09 Jun 08:42
Compare
Choose a tag to compare
  • Use selectors instead of select.select for accepting remote connections (thanks @skshetry)

0.3.0

01 Aug 08:35
Compare
Choose a tag to compare
  • Fixes an occasional deadlock when using rela OpenSSH clients (@mvdbeek)
  • SFTP supports directory listing (thanks @mvdbeek)

0.2.0

29 Jan 11:50
Compare
Choose a tag to compare
  • New method: mockssh.Server.add_user()