-
-
Notifications
You must be signed in to change notification settings - Fork 252
Closed
Labels
Description
Not so long ago I've experimented with the optional possibility of initiating connections to network devices to launch operations, eg: update a configuration as soon as it's changed in OpenWISP.
This feature is the base that will enable us to implement features like:
- updating the configuration as soon as it's changed in OpenWISP
- allowing administrators to open SSH shell sessions from the web UI
- performing firmware upgrades
- adding SNMP connection configurations for monitoring/management purposes
- adding support for firmwares which have HTTP interfaces/API
At the moment I will focus just on enabling the possibility to instantiate SSH connections to devices in order to perform configuration updates.