remote-ssh-tunnel-controller-qt
Download an AppImage (for linux only), give execution permission and run it:
# replace version (<X.Y.Z>) and architecture (<ARCH>) accordingly
$ wget https://github.com/guallo/remote-ssh-tunnel-controller-qt/releases/download/v<X.Y.Z>/remote-ssh-tunnel-controller-qt-<X.Y.Z>-<ARCH>.AppImage
$ chmod +x remote-ssh-tunnel-controller-qt-*.AppImage
$ ./remote-ssh-tunnel-controller-qt-*.AppImage
Or pip install (for any plattform that support pip) and run it:
$ pip install remote-ssh-tunnel-controller-qt
$ rssht-controller-qt
Generate the public/private rsa key pair the controller will use to connect to the intermediate SSH server, replace <YOUR-NICKNAME-WITHOUT-SPACE-CHARACTERS> accordingly:
$ ssh-keygen -C <YOUR-NICKNAME-WITHOUT-SPACE-CHARACTERS> -N "" -f id_rsa
Copy the public key to the intermediate SSH server, replace <SSH-USER>, <SSH-SERVER> and <SSH-PORT> accordingly (see the configuration of the intermediate SSH server):
$ ssh-copy-id -i id_rsa.pub <SSH-USER>@<SSH-SERVER> -p <SSH-PORT>
Development
Generate rssht_controller_qt/resources.py file
$ pyside2-rcc -o rssht_controller_qt/resources.py resources.qrc
Release files for remote-ssh-tunnel-controller-qt 0.6.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| remote-ssh-tunnel-controller-qt-0.6.0.tar.gz | 61.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| remote_ssh_tunnel_controller_qt-0.6.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 125.5 kB
Release files / remote-ssh-tunnel-controller-qt-0.6.0.tar.gz
| Download URL | remote-ssh-tunnel-controller-qt-0.6.0.tar.gz |
|---|---|
| Size | 61.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
df377f31787fefaa8580fdf34b54f9fb60b25d4aa0e16d368cc8ed1c84503bc2
|
|
BLAKE2b-256 checksum How to use checksums |
e2115d75567f792bdadbf9916cf82daa9e6c7e078998ba635c86e59fa655581c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.9.0
|
Release files / remote_ssh_tunnel_controller_qt-0.6.0-py3-none-any.whl
| Download URL | remote_ssh_tunnel_controller_qt-0.6.0-py3-none-any.whl |
|---|---|
| Size | 64.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
ee0f4f5ee9f78ca57669e18bbb7bb2e15c9007c018f7d450f9a7fff06b143721
|
|
BLAKE2b-256 checksum How to use checksums |
2b593e4f55be52cadb7bd72f12b48c31a320fb46457fc28f703130d6d8a09217
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.9.0
|