Skip to content

Commit c732700

Browse files
committed
Modified README
1 parent ddf0b94 commit c732700

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 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:
@@ -62,7 +62,7 @@ this:
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
8181
should 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

8787
The following types of keys are looked for:

0 commit comments

Comments
 (0)