Utility to manage SSH-Tunnel to CINECA clusters
Project description
SSh-Tunnel maker aka tunneller
Utility to manage SSH-Tunnel to CINECA clusters.
Usage
- To open an SSH-Tunnel to the Leonardo cluster login with the default options:
tunneller -u USER -c leonardo
This is the same of running: ssh -L 9999:localhost:9999 USER@login01-ext.leonardo.cineca.it -N
- To open a double SSH-Tunnel to the Leonardo compute node lrdn2655 on the port 9998 passing through login 02
tunneller -u USER -c leonardo -p 9998 -n lrdn2655
This is the same of: ssh -L 9998:localhost:9998 sorland2@login02-ext.leonardo.cineca.it ssh -L 9998:localhost:9998 lrdn2655 -N
- To clean of opened files related to port 9998 on Leonardo cluster login 02:
tunneller -u USER -c leonardo -p 9998 -l 2 --port-clean
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
tunneller-0.1.4.tar.gz
(4.0 kB
view details)
File details
Details for the file tunneller-0.1.4.tar.gz
.
File metadata
- Download URL: tunneller-0.1.4.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.16 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 93f84dfc033074d5aab47e850e202a08f45fab778da47c95109b8b029640998d |
|
MD5 | ab17a8990aab5cabad9ed953f8b24a7e |
|
BLAKE2b-256 | 29d0ba37697c98a632a53fefe96ea27da224ea1c60c900bcecd8248de61c86e4 |