Built-in sandbox SHIM: a paramiko-compatible SSH2 module backed by the
pure-Java mwiede JSch fork (com.github.mwiede/jsch) so import paramiko
works without the native CPython cryptography/cffi wheels. SSH sessions and
SFTP channels live HOST-side (JSch Session/ChannelSftp in integer-keyed
registries); the Python classes are thin handle wrappers, exchanging
command/path strings and base64 file bytes across the boundary.
Built-in sandbox SHIM: a `paramiko`-compatible SSH2 module backed by the pure-Java mwiede JSch fork (`com.github.mwiede/jsch`) so `import paramiko` works without the native CPython cryptography/cffi wheels. SSH sessions and SFTP channels live HOST-side (JSch `Session`/`ChannelSftp` in integer-keyed registries); the Python classes are thin handle wrappers, exchanging command/path strings and base64 file bytes across the boundary.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |