From 7c7ca590e16be860e9312de7a7c8e19353563ad9 Mon Sep 17 00:00:00 2001 From: shimataro Date: Thu, 18 Mar 2021 20:59:50 +0900 Subject: [PATCH] update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b1a9442..afd3eb1 100644 --- a/README.md +++ b/README.md @@ -139,8 +139,8 @@ Why do you want to omit it? If the reason is **"I'm not understanding about the function of `known_hosts`"** or **"It's bother to fetch server key"**, you should not omit. If **"It is hard to prefetch server key because the server will be created dynamically"**, you can use bastion server. -By the way, there are some secure methods to SSH without `known_hosts`, such as SSHFP and signed server key. -And here is a special value to omit `known_hosts`. You should use it ONLY IF you are using secure methods... +**"`known_hosts` is unnecessary because I'm using secure method for SSH, such as SSHFP and signed server key."** — OK, here is a special value to omit `known_hosts`. +You should use it ONLY IF you are using secure methods... It is `known_hosts: unnecessary`. ## License