Skip to main content

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

  1. go https://github.com/GGN-2015/rexec/releases and download a .whl file.
  2. use pip install rexec-<version>-py3-none-any.whl to 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

neko_rexec-0.0.4.tar.gz (4.1 kB view details)

Uploaded Source

Built Distribution

neko_rexec-0.0.4-py3-none-any.whl (5.1 kB view details)

Uploaded Python 3

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

Hashes for neko_rexec-0.0.4.tar.gz
Algorithm Hash digest
SHA256 66e09ac6a7f061afdc7759fbfa1f8a957103d2f1458241f3834c519613e8b58b
MD5 74a816fc46afb0dc69a4a81c3585e168
BLAKE2b-256 788ca00ac21c7a8b635e6581e9f63a3f6f8501aac4770d448d2d6e91cb0da806

See more details on using hashes here.

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

Hashes for neko_rexec-0.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 671585b44efb027e598b6a4409db707e67d5a575605d572e0971e9b31599442d
MD5 4af096567c66d923e00f892bbd71c8ee
BLAKE2b-256 58564194e5c16d3543387ce054917155140fbca1e0987cbf69c6fceaeabbbf3a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page