File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,11 @@ comma-separated list of commands to execute on those. Note that access credentia
77the target hosts!.
88
99## Highlights and features
10- * Key-based authentication support (>=v0.3)
11- * Multithreaded sessions (>=v0.2).
10+ * Key-based authentication support (>= v0.3)
11+ * Multithreaded sessions (>= v0.2).
1212* Almost no setup required, after installed!.
1313* Easy to use CLI syntax.
14- * Colorized output (>=v0.2)!.
14+ * Colorized output (>= v0.2)!.
1515
1616## Requirements
1717Make sure your system meets the following requirements:
@@ -111,6 +111,14 @@ They could rather be some GNU/Linux servers, as well:
111111```
112112ssh-commander hosts.txt foones "hostname, whoami"
113113```
114+ Do not validate remote hosts against the ` known_hosts ` file:
115+ ```
116+ ssh-commander -T hosts.txt foones "hostname, whoami"
117+ ```
118+ Specify an alternative SSH * key file* location, for * key-based authentication* :
119+ ```
120+ ssh-commander -i ~/ssh_keys/id_rsa hosts.txt foones "hostname, whoami"
121+ ```
114122
115123## License
116124This program is licensed under the GPLv3.
You can’t perform that action at this time.
0 commit comments