From d78e9995b0fcac340764a96c02e3567224496860 Mon Sep 17 00:00:00 2001 From: shimataro Date: Wed, 17 Jun 2020 23:12:44 +0900 Subject: [PATCH] Fix typo (#141) * option -> parameter * update CHANGELOG --- CHANGELOG.md | 4 ++++ README.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f15bd60..6704022 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 c43ab62..05d405c 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?