Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 591 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 591 Bytes

Poimote

NOT READY FOR GENERAL PUBLIC USE

Description:

A webUI / API for sending pre-defined SSH commands to computers. This assumes that the computer hosting this app already has SSH key pairs setup between it and any other computer to which it would send commands.

Installation:

Will be automated as a package in the future. In the meantime you can navigate to this folder, run the following command:

pip install -r requirements.txt

and in your terminal run:

flask run # Add "--host=0.0.0.0" If you want the web app to be accessible on the whole network.