ssh-python
ssh-python copied to clipboard
Python bindings for libssh C library.
That's also why auditwheel doesn't include it for manylinux, it's not referenced. This translates to about 200k wheel size reduction, half a meg installed. This also means we don't actually...
libssh exit_status is only set by the `exit-status` packet/request, which is only sent for regular process exits. If the remote process exits due to a signal, an `exit-signal` request is...
This PR is a follow up of https://github.com/ParallelSSH/ssh2-python/pull/190 in an attempt to package all the parallel-ssh ecosystem to debian, the end goal being to have a python3-parallel-ssh package. I've already...
I wanted to learn working with [cibuildwheel](https://cibuildwheel.readthedocs.io/en/stable/) and to see what it takes to build for non-native architectures. Also perhaps to learn why people are using circleci, so I've been...
- [ ] Tests
Functions replacing deprecated functions are missing: - Session: - is_server_known -> is_known_server - dump_knownhost -> export_known_hosts_entry - write_knownhost -> update_known_hosts Some constants are missing - SSH_LOG_xxx (for SSH_OPTIONS_LOG_VERBOSITY; Workaround: use...