Skip to content

Commit 31d2457

Browse files
committed
Modified README
1 parent c732700 commit 31d2457

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ comma-separated list of commands to execute on those. Note that access credentia
77
the 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
1717
Make sure your system meets the following requirements:
@@ -111,6 +111,14 @@ They could rather be some GNU/Linux servers, as well:
111111
```
112112
ssh-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
116124
This program is licensed under the GPLv3.

0 commit comments

Comments
 (0)