update readme
[libremanage.git] / README
diff --git a/README b/README
index 423d8f38ea7739c548435da305f762d4bd9e5b4d..d1ef13bfc64b99d2cf60698995980f5234d2ceb6 100644 (file)
--- 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