Python Remote Toolkit
Pyremokit is a Python-based remote management toolkit. It includes login system execute command line tool cmdsdk, and other features to be supplemented..
- login system execute command line tool cmdsdk
- other features to be supplemented...
- Python 3.10+
pip install pyremokit
-
Login Configuration
-
a) SSH Private Key File Path
export PYREMOKIT_DEFAULT_SSHKEY="~/.ssh/id_rsa"Note: the default private key file path is ~/.ssh/id_rsa.
-
b) SSH Login Timeout
export PYREMOKIT_LOGIN_TIMEOUT=10Note: the default value is 10 seconds.
-
c) Worker Home Path
export PYREMOKIT_WORKER_HOME="~/." export PRK_WORKER_HOME="~/." export WORKER_HOME="~/."Note: the default worker home path is ~/, and the worker home path can be set by environment variable PYREMOKIT_WORKER_HOME, PRK_WORKER_HOME, or WORKER_HOME.
-
-
Login System
- Local command execution
- Login a remote system
- Login many remote systems
- Login many remote systems with proxy server
- Login many remote systems with proxy server and multi-threading