Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: choppsv1/pysshutil

Tags

1.5.0

Toggle 1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #13 from choppsv1/allkeytypes

Add generic key loading function to try all types.

1.4.2

Toggle 1.4.2's commit message
Import sys

1.4.1

Toggle 1.4.1's commit message
Merge branch 'master' of github.com:choppsv1/pysshutil

1.4.0

Toggle 1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #11 from PierluigiGreto/fix_address_family

handle OSError errno 97 when ipv6 is disabled

1.3.7

Toggle 1.3.7's commit message
Update travis config

1.3.6

Toggle 1.3.6's commit message
Check for socket closed right after accept.

- This catches "nc" probes to see if a port is available. This normally
  causes a non-obvious error about SSH banner failure which normally has
  to do with bad permissions. All around confusing.

1.3.5

Toggle 1.3.5's commit message
don't timeout closed cached sockets, close immediately.

- Split authentication failures catches by type.

1.3.4

Toggle 1.3.4's commit message
Deal with any exception during accept in server.

1.3.2

Toggle 1.3.2's commit message
Try and get travis deploy working.

1.3.1

Toggle 1.3.1's commit message
Correct return value for allowed auths.