remote-ssh-tunnel-controller-lib

Remote SSH Tunnel (RSSHT) controller library


License
MIT
Install
pip install remote-ssh-tunnel-controller-lib==0.1.0

Documentation

remote-ssh-tunnel-controller-lib

Run tests Upload release assets

pip install remote-ssh-tunnel-controller-lib
>>> from rssht_controller_lib import factories
>>> ctl = factories.RSSHTControllerFactory.new()
>>> ctl.update()
>>> ctl.get_agents()
(<RSSHTAgent: raspberry-pi-1>, <RSSHTAgent: other-agent>)
...
... # use ctl's object tree
...
>>> ctl.dispose()  # break cyclic references before ctl's deletion