summaryrefslogtreecommitdiff
path: root/TODOS
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-11-18 10:09:42 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2021-11-18 10:09:42 +0100
commit764981b76a509ed4b77bfcf4213e84202233c808 (patch)
tree62ea320b8b51ce117fb728f6756103978148a1bb /TODOS
parent64573cd83a9e00a51445afb975ef054472e8bcd0 (diff)
downloadcssh-764981b76a509ed4b77bfcf4213e84202233c808.tar.gz
cssh-764981b76a509ed4b77bfcf4213e84202233c808.tar.bz2
fixed copyright messages and changed to GPLv3
added a todo list new option --ignore-connect-errors to ignore failed hosts
Diffstat (limited to 'TODOS')
-rw-r--r--TODOS17
1 files changed, 17 insertions, 0 deletions
diff --git a/TODOS b/TODOS
new file mode 100644
index 0000000..5bec231
--- /dev/null
+++ b/TODOS
@@ -0,0 +1,17 @@
+- verify_knownhost: use new post 0.7 API, keeping old shim version
+- actually implement the parallel copy mode
+- fix bugs and leaks, clean up code
+- explicit history file or one based on the -H parameter, so that
+ you intermix history per task (e.g. slurm management, updates of
+ all machines, etc.)
+- rename project, cssh is well known cluster management software
+- can we combine it with screen-like terminal switching? one
+ common windows, separate windows per host..
+- default locations for hosts file (and others)
+- add features from cssh
+ - clusters: named set of hosts
+ - tags: for things line cssh -t centos -c yum update or so
+ - meta commands like enable/disable some hosts/tags
+
+
+