该工具详细的参数如下:
./sshpt.py --help
Usage: sshpt.py [options] [command] [arguments...]
Options:
--version show program's version number and exit
-h, --help show this help message and exit
-f
Location of the file containing the host list.
-o
Location of the file where the results will be saved.
-a
Location of the file containing the credentials to be
used for connections (format is "username:password").
-t
Number of threads to spawn for simultaneous connection
attempts [default: 10].
-u
The username to be used when connecting.
-P
The password to be used when connecting (not
recommended--use an authfile unless the username and
password are transient
-q, --quiet Don't print status messages to stdout (only print
errors).
-c
Location of the file to copy to and optionally execute
(-x) on hosts.
-D
Path where the file should be copied on the remote
host (default: /tmp/).
-x, --execute Execute the copied file (just like executing a given
command).
-r, --remove Remove (clean up) the SFTP'd file after execution.
-T
Timeout (in seconds) before giving up on an SSH
connection (default: 30)
-s, --sudo Use sudo to execute the command (default: as root).
-U
Run the command (via sudo) as this user.
主页:http://code.google.com/p/sshpt/
下载:http://code.google.com/p/sshpt/downloads/list
来自:开源中国社区