ssh2-python
ssh2-python copied to clipboard
Python bindings for libssh2 C library.
Hello. I just modified the code to auth using password: ``` #!/usr/bin/python """Example script for SCP write""" from __future__ import print_function import argparse import socket import os import pwd import...
Hi! Thanks for a performant and useful SFTP implementation. Beats the other libraries I've tried out there. Feature request: I've tried to enable compression but can't seem to find how...
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...
### Bug reports This may be related to this issue? #160 (Also tried to install using `--use-pep517` and using older versions of `pip`. ```console # python --version Python 3.10.9 #...
Cython 0.29 received backports for CPython 3.12 support but development has stopped, and it seems likely that it won't receive fixes for CPython 3.13 (due fall 2024, https://peps.python.org/pep-0719/).
OpenSSL 1.1 is now officially EOL https://www.openssl.org/blog/blog/2023/09/11/eol-111/
Python API in 3.12 seems to have changed particularly: `AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. Did you mean: 'RawConfigParser'?` During build.
Keyboard-interactive events can have multiple steps. Tweak the existing `kbd_callback` to massage prompts into a format that an end user can handle from python. New public method `userauth_keyboardinteractive_callback` added to...