From 490588b1ab8d2b148cd0e97587d38179f66c1551 Mon Sep 17 00:00:00 2001 From: Marc Falzon Date: Fri, 27 Jun 2014 14:51:48 +0200 Subject: [PATCH] Add DSH to the SSH category --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 58fecf6..d9f32e9 100644 --- a/README.md +++ b/README.md @@ -324,6 +324,7 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v * [autossh](http://www.harding.motd.ca/autossh/) - Automatically respawn ssh session after network interruption. * [Cluster SSH](http://sourceforge.net/projects/clusterssh/) - Controls a number of xterm windows via a single graphical console. +* [DSH](http://www.netfort.gr.jp/~dancer/software/dsh.html.en) - Dancer's shell / distributed shell - Wrapper for executing multiple remote shell commands from one command line. * [Mosh](http://mosh.mit.edu/) - The mobile shell. * [parallel-ssh](http://code.google.com/p/parallel-ssh/) - Provides parallel versions of OpenSSH and related tools. * [SSH Power Tool](http://code.google.com/p/sshpt/) - Execute commands and upload files to many servers simultaneously without using pre-shared keys.