summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-11-19 21:23:28 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2021-11-19 21:23:28 +0100
commitc258810b81a9ef4d93530f5c26a5512954a86220 (patch)
treebac20b5c4d921a9dbbe7f65d72abff46c9cac17b /README
parenta1bd091b4f5ed19e11816bbd87ef4c96f3342ac3 (diff)
downloadcssh-c258810b81a9ef4d93530f5c26a5512954a86220.tar.gz
cssh-c258810b81a9ef4d93530f5c26a5512954a86220.tar.bz2
added option --ignore-authentication-errors to ignore authentication errors
added option --allow-password-authentication to explicitely allow authentication with password added some similar projects to README
Diffstat (limited to 'README')
-rw-r--r--README16
1 files changed, 16 insertions, 0 deletions
diff --git a/README b/README
index fe66791..7c28af9 100644
--- a/README
+++ b/README
@@ -33,6 +33,22 @@ GNU parallel
Way complex, good for batches. I think cssh should not try to compete
with it. GNU parallel is written in Perl.
+Dsh
+---
+
+http://www.netfort.gr.jp/~dancer/software/dsh.html
+
+Distributed or Dancer's shell, written in C. dssh with -M -c -r ssh is
+basically the same what we are doing. dssh has no interactive mode.
+
+Clusterit
+---------
+
+http://www.sourceforge.net/projects/clusterit
+
+Also written in C. Set of tools for simple cluster-excution, focus
+on compilation and shell.
+
Why libssh and not libssh2
--------------------------