@@ -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:
6262```
6363
6464### Authentication
65- Since ` v0.3 ` , ` ssh-commander ` supports the following * authentication methods* :
65+ Since v0.3, ` ssh-commander ` supports the following * authentication methods* :
6666* Password-based authentication.
6767* SSH key-based authentication.
6868
@@ -81,7 +81,7 @@ A *password* is prompted ONLY if no previous valid *key file* was found, at defa
8181should be valid on all targeted hosts!.
8282
8383#### SSH key-based authentication
84- As explained previously, firstly, ` ssh-commander ` is gonna try a * key-based authentication* , by looking for valid * keys* at the
84+ As explained previously, firstly, ` ssh-commander ` will try a * key-based authentication* , by looking for valid * keys* at the
8585` ~/.ssh/ ` directory.
8686
8787The following types of keys are looked for:
0 commit comments