Skip to content

Commit ddf0b94

Browse files
committed
Fixed README
1 parent bb7de9d commit ddf0b94

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@ Since `v0.3`, `ssh-commander` supports the following *authentication methods*:
6868

6969
In this regard, `ssh-commander` tries to mimmick the [OpenSSH](https://www.openssh.com/)
7070
client default behaviour. In practical terms, this means that:
71-
* If any valid *key file* is found at `~/.ssh/`, it'll attempt a *key-based
72-
authentication* on all the targeted hosts!.
73-
* If no valid *key file* is found nor provided, you'll be asked for a
74-
* *password*, to be used as the *authentication method* for all remote hosts.
71+
* If any valid *key file* is found at `~/.ssh/`, it'll attempt a *key-based authentication* on all the targeted hosts!.
72+
* If no valid *key file* is found nor provided, you'll be asked for a *password*, to be used as the *authentication method* for
73+
all remote hosts.
74+
7575
In any case, both the *SSH key* or the provided *password*, should be valid on ALL
7676
the targeted hosts, for doing the authentication!.
7777

0 commit comments

Comments
 (0)