diff --git a/CHANGELOG.md b/CHANGELOG.md index f15bd60d..67040221 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +### Fixed + +* Typo (thanks [@psbss](https://github.com/psbss)) + ## [2.0.3] - 2020-06-06 ### Added diff --git a/README.md b/README.md index c43ab629..05d405ce 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ Check below: * OPENSSH format (key begins with `-----BEGIN OPENSSH PRIVATE KEY-----`) may not work. * Use PEM format (begins with `-----BEGIN RSA PRIVATE KEY-----`). Convert it from OPENSSH format using `ssh-keygen -p -m PEM -f ~/.ssh/id_rsa` * `Host key verification failed.`: - * Set `known_hosts` option correctly (use `ssh-keyscan` command). + * Set `known_hosts` parameter correctly (use `ssh-keyscan` command). ### How do I use encrypted SSH key?