diff --git a/tsshbatch.rst b/tsshbatch.rst index a1fe267..1a449f5 100644 --- a/tsshbatch.rst +++ b/tsshbatch.rst @@ -30,12 +30,18 @@ ------- -H 'hostlist' Single quoted list of hosts on which to run the command - -e Don't report remote host stderr output - -h Print help information - -k Use ssh keys instead of name/password credentials - -n name Login name to use - -p pw Password to use when logging in and/or doing sudo - -v Print detailed program version information and exit + + -e Don't report remote host stderr output + + -h Print help information + + -k Use ssh keys instead of name/password credentials + + -n name Login name to use + + -p pw Password to use when logging in and/or doing sudo + + -v Print detailed program version information and exit ENVIRONMENT @@ -64,7 +70,7 @@ tsshbatch.py -H 'hostA hostB' uname -a - This would run the command ``uname -`` on the + This would run the command ``uname -a`` on the hosts ``hostA`` and ``hostB`` respectively. Notice that the list of hosts must be separated by spaces but @@ -226,11 +232,11 @@ need do nothing special to run ``sudo`` commands on your targeted hosts (assuming you have the privilege of doing so there). - However, when using key exchange-based authentication, *if you want - to run ``sudo`` commands, you will also have to provide a password* - by one of the means described previously. That's because, once you - are logged into a host, your password is required again to do - ``sudo`` privilege promotion. + However, when using key exchange-based authentication, if you want + to run ``sudo`` commands, *you will also have to provide a + password* by one of the means described previously. That's + because, once you are logged into a host, your password is required + again to do ``sudo`` privilege promotion. @@ -292,7 +298,7 @@ :: - $Id: tsshbatch.rst,v 1.106 2012/01/05 18:48:32 tundra Exp $ + $Id: tsshbatch.rst,v 1.107 2012/01/05 19:07:23 tundra Exp $ You can find the latest version of this program at: