send remote command through paramiko via ssh.
Project description
neko_rexec
send remote command through paramiko via ssh.
attention: we assume that your command will surely be finished in limited time, and this program will output nothing before your command is done on the remote server.
install from github release
- go https://github.com/GGN-2015/rexec/releases and download a
.whlfile. - use
pip install rexec-<version>-py3-none-any.whlto install the package into your local environment.
install from pypi
pip install neko_rexec
usage
send remote command to server via ssh
you need to fill in six parameters in the following order, if you are not sure about the <port> argument, try to let <port> equal to 22.
python3 -m neko_rexec <user> <host> <cmd> <password> <port>
without password
if you have configured an auto login with ~/.ssh/authorized_keys, you can just leave <password> blank as follows:
python3 -m neko_rexec <user> <host> <cmd> "" <port>
sample
here is a sample usage of this package, this will output a detailed list of file under the home folder of the user named "admin".
python3 -m neko_rexec "admin" "192.168.0.1" "cd ~; ls -alh" "1145141919810" 22
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file neko_rexec-0.0.4.tar.gz.
File metadata
- Download URL: neko_rexec-0.0.4.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
66e09ac6a7f061afdc7759fbfa1f8a957103d2f1458241f3834c519613e8b58b
|
|
| MD5 |
74a816fc46afb0dc69a4a81c3585e168
|
|
| BLAKE2b-256 |
788ca00ac21c7a8b635e6581e9f63a3f6f8501aac4770d448d2d6e91cb0da806
|
File details
Details for the file neko_rexec-0.0.4-py3-none-any.whl.
File metadata
- Download URL: neko_rexec-0.0.4-py3-none-any.whl
- Upload date:
- Size: 5.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
671585b44efb027e598b6a4409db707e67d5a575605d572e0971e9b31599442d
|
|
| MD5 |
4af096567c66d923e00f892bbd71c8ee
|
|
| BLAKE2b-256 |
58564194e5c16d3543387ce054917155140fbca1e0987cbf69c6fceaeabbbf3a
|