Skip to content

Releases: choppsv1/pysshutil

Release 1.5.0

29 Sep 10:49
e3ab876
Compare
Choose a tag to compare

Add from_private_key_file generic function to load a private key of any supported type.

Release 1.4.2

03 Sep 01:00
Compare
Choose a tag to compare

Don't try to double bind under linux if the IPv6 bind works.

Release 1.4.1

11 Jul 19:00
Compare
Choose a tag to compare
Merge branch 'master' of github.com:choppsv1/pysshutil

Release 1.4.0

08 May 16:31
b49c74d
Compare
Choose a tag to compare

Handle when IPv6 is disabled for the system (#11). Thanks @PierluigiGreto.

Release 1.3.7

01 May 17:32
Compare
Choose a tag to compare

Travis release problems.

Release 1.3.6

01 May 17:07
Compare
Choose a tag to compare

Catch open/close port check and avoid reporting failures.

Release 1.3.5

22 Jan 10:50
Compare
Choose a tag to compare
don't timeout closed cached sockets, close immediately.

- Split authentication failures catches by type.

Release 1.3.4

17 Jan 22:27
Compare
Choose a tag to compare
Deal with any exception during accept in server.

Release 1.3.2

13 Jan 14:45
Compare
Choose a tag to compare
Try and get travis deploy working.

Release 1.3.1

13 Jan 14:06
Compare
Choose a tag to compare

The user path controller was returning a list ["password"] instead of a comma sep string "password".