Skip to content

Tags: odidev/ssh-python

Tags

1.0.0

Toggle 1.0.0's commit message
Linux AArch64 wheels

0.9.0

Toggle 0.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Updated channel write functions, added channel write tests. (Parallel…

…SSH#36)

* Updated channel write functions, added channel write tests.
* Updated appveyor cfg
* Updated changelog, docstrings

0.8.0

Toggle 0.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Updated changelog, readme, rtd configuration (ParallelSSH#32)

* Updated changelog, readme, rtd configuration
* Updated setup.py, key C file
* Updated manylinux scripts, docker file, krb archive and openssl version.
* Updated manylinux binary wheel openssl to 1.1
* Lfs track xz
* Updated embedded openssh test server

0.8.0post1

Toggle 0.8.0post1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
updated circleci cfg (ParallelSSH#33)

* updated circleci cfg

0.7.0

Toggle 0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Timeout tests (ParallelSSH#28)

* Raise error when failing to create new channel object. 
* Added timeout settings tests.
* Added check for new local libssh install dir. Updated gitignore.
* Updated manifest
* Updated changelog

0.7.0.post1

Toggle 0.7.0.post1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Updated appveyor cfg (ParallelSSH#29)

0.6.0

Toggle 0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Gss api delegate (ParallelSSH#22)

Updated changelog.
Added function for setting GSS API delegation option on session. Added GSSAPI authentication tests.
Updated import privkey function signatures.
Added agent authentication test. Updated import privkey functions to default to empty passphrase.

0.5.0

Toggle 0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Channel dealloc (ParallelSSH#19)

Fixed issue with channel double free when session open channel fails.
Updated exception handling for session authentication.
Updated tests.
Removed unused exceptions.
Added documentation.
Updated readme, changelog.

0.4.0.post5

Toggle 0.4.0.post5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
OSX and Windows wheels (ParallelSSH#18)

Added OSX wheel builds for 10.14 and 10.15 on Py3.8
Added Windows wheel builds for Python 3.6/3.7/3.8

0.4.0

Toggle 0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added sdist upload (ParallelSSH#13)