ssh-python
ssh-python copied to clipboard
Python bindings for libssh C library.
Some guts cython meddles with changed, so this needs at least a re-cythonize with cython 0.xx, or possibly a port to cython 3.
This is currently a manual process; - libssh: copy new source into tree, update tarballs and signatures, update Dockerfiles - krb5, openssl, etc.: update tarballs, update all Dockerfiles A script...
EOL since 2023-06-27
https://github.com/ParallelSSH/ssh-python/blob/master/ssh/session.pyx#L142 Introduced [here](https://github.com/ParallelSSH/ssh-python/commit/9dcc72a787e1113ce0b2896ab7b01857c6e2ae03) for libssh 0.7; ssh_disconnect was rewritten since, so the underlying bug probably doesn't exist any more.
Fixes #76 Fixes #77 Fixes #79 Fixes #81
Python 3.6 is EOL since 2021-12-23
I've honestly never heard of anyone using Kerberos with SSH (note that gssapi has nothing to do with smart card / PKCS#11 support, which is handled by libssh through the...
manylinux2010 is EOL since 2022-08-01