Skip to main content

Run command on remote server via ssh channel.

Project description

sshrun

Run command on remote server via ssh channel.

Install

pip install sshrun

Installed Command

  • sshrun

Usage

C:\Workspace\sshrun>python sshrun.py --help
Usage: sshrun.py [OPTIONS] [COMMAND]...

  Run command on remote server via ssh channel.

  Example:

  1. Create ssh channel by user and password, and then run the command:

      sshrun -h SERVER -P port -u root -p PASSWORD -- ping -c 4 127.0.0.1

  2.  Create ssh channel by user test and the given private key, and then
  run the command:

      sshrun -h SERVER -P port -u test -i ~/.ssh/id_rsa -- echo hi

  3. Create ssh channel by user root and the default private key, and then
  run the command:

      sshrun -h SERVER -- echo hello

  Note:

  "--" means all arguments after "--" are options or arguments of the
  command

Options:
  -h, --host TEXT         default to localhost.
  -P, --port INTEGER      default to 22.
  -u, --user TEXT         default to root.
  -i, --private-key TEXT  default to ~/.ssh/id_rsa
  -p, --password TEXT     NO password means using public key auth.
  --help                  Show this message and exit.

Releases

v0.1.1 2020/05/23

  • Set default host to localhost.

v0.1.0 2020/05/22

  • First Release

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

sshrun-0.1.1.tar.gz (2.6 kB view details)

Uploaded Source

File details

Details for the file sshrun-0.1.1.tar.gz.

File metadata

  • Download URL: sshrun-0.1.1.tar.gz
  • Upload date:
  • Size: 2.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.7

File hashes

Hashes for sshrun-0.1.1.tar.gz
Algorithm Hash digest
SHA256 0bc6800947a5ce8b3db3f674f459e09ea92abb88bba419ba2ecc780b1e179834
MD5 3cbcbf48f9ce9c80b78e908e6a3b12c7
BLAKE2b-256 c5afbe6fdb326f690a646d9c56a32b1a6980eb17da2c3fb34b74c42246145cda

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