Ssh Python Versions Save

Python bindings for libssh C library.

1.0.0

1 year ago

Changes

  • Updated embedded and manylinux libssh to 0.10.4 - thank you @enkore

Packaging

  • Upgraded wheel OpenSSL to 1.1.1q.
  • Added testing for Python 3.11, removed 3.10.
  • Added Windows wheel build for Python 3.11.
  • Added OSX 12.0 wheels.
  • Removed OSX <= 10.0 wheels.

1.0.0-rc2

1 year ago

1.0.0-rc1

1 year ago

0.10.0

2 years ago

Changes

  • Added missing options in ssh.options - #42, thank you @enkore

Packaging

  • Updated embedded and manylinux libssh to 0.9.6 - thank you @enkore
  • Manylinux wheels are now smaller, disabled debug symbols - #43, thank you @enkore
  • Added manylinux-2014 wheels for AMD64 and ARM (AArch64), all supported Python versions
  • Added OSX 11.6, 11.5 and 11.4 wheels.
  • Removed OSX 10.x versions wheels.
  • Added Windows 3.10 wheel build

0.9.0

3 years ago

Changes

  • ssh.Channel.write and write_stderr now return return code and bytes written tuples.

Fixes

  • ssh.key.generate could not be used.
  • Key types in ssh.keytypes were not initialised correctly.

Packaging

  • Added Windows Python 3.9 binary wheel.

0.8.0post1

3 years ago

0.8.0

3 years ago

Changes

  • Updated supported key types in ssh.keytypes for libssh 0.9.5.
  • Added certificate import and handling functions to ssh.key

0.7.0.post1

3 years ago

0.7.0

3 years ago

Changes

  • Updated embedded libssh to 0.9.5.
  • Session.channel_new now raises ssh.exceptions.ChannelOpenFailure on failure to create new channel.

0.6.0

3 years ago

Changes

  • Added function for setting GSS-API credentials delegation option to session.
  • Updated error handling for all user authentication session functions to raise specific authentication errors.
  • ssh.Key.import_privkey_* now default to empty passphrase.