@@ -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:
62
62
```
63
63
64
64
### Authentication
65
- Since ` v0.3 ` , ` ssh-commander ` supports the following * authentication methods* :
65
+ Since v0.3, ` ssh-commander ` supports the following * authentication methods* :
66
66
* Password-based authentication.
67
67
* SSH key-based authentication.
68
68
@@ -81,7 +81,7 @@ A *password* is prompted ONLY if no previous valid *key file* was found, at defa
81
81
should be valid on all targeted hosts!.
82
82
83
83
#### 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
85
85
` ~/.ssh/ ` directory.
86
86
87
87
The following types of keys are looked for:
0 commit comments