File tree 1 file changed +11
-3
lines changed 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
7
7
the target hosts!.
8
8
9
9
## 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).
12
12
* Almost no setup required, after installed!.
13
13
* Easy to use CLI syntax.
14
- * Colorized output (>=v0.2)!.
14
+ * Colorized output (>= v0.2)!.
15
15
16
16
## Requirements
17
17
Make sure your system meets the following requirements:
@@ -111,6 +111,14 @@ They could rather be some GNU/Linux servers, as well:
111
111
```
112
112
ssh-commander hosts.txt foones "hostname, whoami"
113
113
```
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
+ ```
114
122
115
123
## License
116
124
This program is licensed under the GPLv3.
You can’t perform that action at this time.
0 commit comments