Switches the SSH implementation from `paramiko` to `asyncssh` for
improved capabilities and performance. Updates logic in SSH tunnel
handling, authentication, and dependencies.
Signed-off-by: Sven Sager <akira@narux.de>
This will update the alternative shell script as well. It will now just
pass the modules directory to python interpreter to execute the __main__
module.
Signed-off-by: Sven Sager <akira@narux.de>
This will allow the access from outside the package. setup.py and the
Makefile can use this version number. The __init__.py script imports
the version number, so the module will have the __version__ variable
as usual.
Start a complete new setting file with right naming. Import all old
saved connections from old settings file. Revolution Pi saved settings
are now in an own class with all properties and default values. All
modules are using this new setting class, which support the save
function.