Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
haginara committed Dec 11, 2017
1 parent 93396dd commit 8520fb1
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sshpt -- SSH Power Tool

Dan Mcdougall wrote sshpt(SSH Power Tool) and maintained it.

This repo is a fork of sshpt 1.2.0
This repo is a fork of sshpt 1.3.13

Copyright (C) 2011 Dan McDougall.

Expand Down Expand Up @@ -66,6 +66,12 @@ optional arguments:
-S, --stdin Read hosts from standard input
--hosts HOSTS Specify a host list on the command line.
ex)--hosts="host1:host2:host3"
-i INI_FILE INI_FILE, --ini-file INI_FILE INI_FILE
Configuration file with INI Format. ex)--ini-file
path, server
-j JSON JSON, --json JSON JSON
Configuration file with JSON Format. ex)--json path,
server
-k <file>, --key-file <file>
Location of the private key file
-K <password>, --key-pass <password>
Expand Down Expand Up @@ -99,9 +105,10 @@ optional arguments:
-t <seconds>, --timeout <seconds>
Timeout (in seconds) before giving up on an SSH
connection (default: 30)
-s, --sudo Use sudo to execute the command (default: as root).
-U <username>, --sudouser <username>
Run the command (via sudo) as this user.
-s [SUDO], --sudo [SUDO]
Use sudo to execute the command (default: as root).
--output-format OUTPUT_FORMAT
Ouptut format
-c <file>, --copy-file <file>
Location of the file to copy to and optionally execute
(-x) on hosts.
Expand Down

0 comments on commit 8520fb1

Please sign in to comment.