xsh
xsh is a ssh config manager. It helps you to manage your ssh config file. You can add, remove, list, edit, and connect to your ssh hosts easily.
Installation
pip install xsh
Usage
Notice that xsh add is equivalent to xsh host add. And xsh yourhost is equivalent to xsh host connect yourhost.
Usage: xsh <command> [args]
Commands:
init
key <command> [args]
host <command> [args]
Usage: xsh key <command> [args]
Commands:
add <name> [<path>]
ls
rm <name>
Usage: xsh host <command> [args]
Commands:
add <name> <user@host>
ls
connect <name>
rm <name>
For Maintainers
Build
py -m pip install --upgrade build
py -m build
py -m pip install --upgrade twine
twine upload dist/*
Release files for xsh 0.1.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| xsh-0.1.4.tar.gz | 7.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| xsh-0.1.4-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 14.5 kB
Release files / xsh-0.1.4.tar.gz
| Download URL | xsh-0.1.4.tar.gz |
|---|---|
| Size | 7.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
212e7ac1b8746cfe77b30cb7d66aeeffed2fdee25e26451a69e4fc11aa2fc21f
|
|
BLAKE2b-256 checksum How to use checksums |
740f67744287bf4a6e1945ef43808135fddbaedc3b2567277d40eeee8d16650f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.12.3
|
Release files / xsh-0.1.4-py3-none-any.whl
| Download URL | xsh-0.1.4-py3-none-any.whl |
|---|---|
| Size | 6.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
126608655508c54fa200c873137dff06f2f89ec8e5f4b1d940136a7e052cab2c
|
|
BLAKE2b-256 checksum How to use checksums |
1f7eace8bdd5685ae174fe41a1233ba074b328085173f6d76ad1739b0f6b392a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.12.3
|