aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO6
1 files changed, 6 insertions, 0 deletions
diff --git a/TODO b/TODO
index b62b497..3d0bfb6 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,12 @@
# -- TODO -- #
- Make both remote source and destination possible.
`- Therefore, one could analyze the respective path strings.
+ `- Use ssh.
+ `- Set up one single connection (maybe configurable?).
+ `- ssh -oControlPath=/tmp/root-readable/something.sock \
+ -oControlMaster=yes \
+ -oControlPersist $remote /bin/true
+ `- ssh -oControlPath=/tmp/root-readable/something.sock
- Replace echo by printf(-functions).
- Set up default configuration file.
- When installing, copy the config file to both /etc and /usr/share,