openwisp / OpenWISP-Manager

The OpenWISP Manager is a RoR web GUI for configuring OpenWISP firmware-based access points.
36 stars 33 forks source link

[feature] Send commands to devices #41

Closed nemesifier closed 4 years ago

nemesifier commented 4 years ago

This issue aims to implement the possibility of sending commands to devices via SSH, in order to perform common actions like change password (#90) or reboot, directly from the device page of OpenWISP.

A new section in the device page will be added where the user can consult the result and output of the commands sent in real time (the result and output will be updated via websocket bi-directional communication with the openwisp server).

The next step would be the possibility of executing mass commands on multiple devices, but we'll get there later on.