jw-pkg/src/python/jw/build/lib
Jan Lindemann b5ab0a3d26 build.lib.SSHClient: Add module
SSHClient(hostname) is an abstract class for SSH / SCP operations. It
comes with two implementations, SSHClientInternal an SSHClientCmd.
The former needs paramiko installed, which might be a reason to fail
on unprepared systems, the latter is slower and more limited.

Signed-off-by: Jan Lindemann <jan@janware.com>
2025-11-18 12:11:31 +01:00
..
Makefile jw.build.lib: Add module 2025-11-18 12:05:58 +01:00
SSHClient.py build.lib.SSHClient: Add module 2025-11-18 12:11:31 +01:00
util.py build.lib.utils: Add module 2025-11-18 12:07:02 +01:00