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

  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.

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>

wihtout 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.1.tar.gz (4.0 kB view details)

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

Details for the file neko_rexec-0.0.1.tar.gz.

File metadata

  • Download URL: neko_rexec-0.0.1.tar.gz
  • Upload date:
  • Size: 4.0 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.1.tar.gz
Algorithm Hash digest
SHA256 908968163b04aa485df0ec6066c567d3b1a6508180333f2100cc370b7767defc
MD5 ae7295499e7b3f26c2b5a814ee2d53b4
BLAKE2b-256 f774f8d9d0a081fa21ca1326529f11820949c8f3ea4634ffa1207ce591e00148

See more details on using hashes here.

File details

Details for the file neko_rexec-0.0.1-py3-none-any.whl.

File metadata

  • Download URL: neko_rexec-0.0.1-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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 0be6b28a7b3a73eca689ca7fa63a07b34c5b2338865fc7c49eabd38db41ce22f
MD5 4fc228ccde852932c969696fa1c7a139
BLAKE2b-256 3799c796c7ef45b94bc43965b01ea15c2406c3f14ccde9c3479ff569e2471257

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