ASSHer
Asynchronous SSH/SFTP runner.
Installation
python3 -m pip install assher
Some examples of usage as command-line utility
You can see help by running
python3 -m assher --help
Example of running on a couple of networks (using bash sequence expression)
python3 -m assher -L 50 --hosts 192.168.22{5..6}.{10..254} -c "hostname -s" \
-U root -i ~/.ssh/very_secret_privkey
The same with overriding global connection parametes for second subnet
python -m assher -L 10 \
--hosts {192.168.225.{10..254},user:password@192.168.226.{10.254}:2222} \
-c "uptime" -U root -P anotherpass
Release files for assher 0.7.6
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| assher-0.7.6.tar.gz | 6.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| assher-0.7.6-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 18.8 kB
Release files / assher-0.7.6.tar.gz
| Download URL | assher-0.7.6.tar.gz |
|---|---|
| Size | 6.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
6dce33a18d935cea2b47fc7bf347ac928bfb87daf68ee69df8ef53fa9d78bc7f
|
|
BLAKE2b-256 checksum How to use checksums |
fbb640f55df93079209a33051d9edc77ff8be14af308692ee8adb824362f098b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.3
|
Release files / assher-0.7.6-py3-none-any.whl
| Download URL | assher-0.7.6-py3-none-any.whl |
|---|---|
| Size | 12.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
0b62a8f3a7c72865bea06b02702d1801a0caab189899a58b952bf0f37f344843
|
|
BLAKE2b-256 checksum How to use checksums |
6cdb4263c95ccc76c33387669651ff3bc651dddd971ca622f8ffbee3d6c09794
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.3
|