From 52e5146b53ddd3e660494b7f0c40b5e6c7539300 Mon Sep 17 00:00:00 2001 From: shimataro Date: Sun, 26 Jan 2020 22:30:37 +0900 Subject: [PATCH] * update sentence --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f51bf56..4b1c970 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ It has some advantages over other methods: * Address filtering is less effective. * Because Azure address range is [very wide](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/virtual-environments-for-github-hosted-runners#ip-addresses-of-github-hosted-runners). * And will be updated continuously. - * it requires to shutdown only bastion when security incident ―e.g., private key leaked, GitHub jacked― occurs. + * if security incident ―e.g., private key leaked― occurs, it's OK just to remove `authorized_keys` on bastion. ## License