Add clustersh, update docs.

+ clustersh is a command-line utility for interacting with multiple
  servers over SSH. It can run commands or transfer files.
+ The main README was updated to include clustersh, lib, mwc, and sbuf.
+ The fragment README notes the use of the -nl flag now.
This commit is contained in:
Kyle
2015-12-22 20:54:59 -08:00
parent 1535cba7a4
commit 72211b1496
4 changed files with 433 additions and 1 deletions

View File

@@ -11,6 +11,8 @@ Contents:
certchain/ Display the certificate chain from a
TLS connection.
certdump/ Dump certificate information.
clustersh/ Run commands or transfer files across multiple
servers via SSH.
csrpubdump/ Dump the public key from an X.509
certificate request.
fragment/ Print a fragment of a file.
@@ -23,6 +25,11 @@ Contents:
stealchain/ Dump the verified chain from a TLS
connection.
tlskeypair/ Check whether a TLS certificate and key file match.
lib/ Commonly-useful functions for writing Go programs.
logging/ A logging library.
mwc/ MultiwriteCloser implementation.
sbuf/ A byte buffer that can be wiped.
Each program should have a small README in the directory with more information.