mirror of
ssh://git.janware.com/janware/proj/jw-pkg
synced 2026-04-28 11:35:25 +02:00
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
| f4c76ebab9 |
lib.ec.SSHClientInternal|SSHClientCmd: Own .py
Move the code of SSHClientInternal and SSCClientCmd into lib.ec.ssh, as "Paramiko" and "Exec", respectively. This makes the class layout a little more modular, and along the way fixes a bug where SSHClientInternal could be instantiated but was unusable (if the Paramiko is not installed). Signed-off-by: Jan Lindemann <jan@janware.com> |