From 5b33702c48d9b804606c5f752ebfa1c71e6cc019 Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Thu, 3 Jan 2019 15:11:18 -0500 Subject: [PATCH] update readme --- README | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README b/README index 423d8f3..d1ef13b 100644 --- a/README +++ b/README @@ -2,6 +2,19 @@ Move libremanage to your path and add a configuration. See the USAGE which will pop up if you make a mistake! TODO -* in the config, most options should have defaults. for managers, host/port/username aren't really needed, ssh_config can take care of that. +* IMPORTANT: libremanage right now does ssh relay command 1; sleep; ssh + relay command 2. That whole thing needs to be made into a local script + or else if the second ssh command fails, the relay stays in the state + that's supposed to be temporary, making the server impossible to turn + on without unplugging the relay from it's power and usb ports. +* in the config, most options should have defaults. for managers, + host/port/username aren't really needed, ssh_config can take care of + that. * .libremanage.json should be toml or yaml so it can have comments * there should be a state command which runs hidusb-relay-cmd state +* The script's function arguments should be made more clear / documented + +Background: + +GNUtoo has been working on a similar setup. fsf sysadmins, see rt +1346340 for further development ideas. \ No newline at end of file -- 2.25.1