1
0
Fork 0
mirror of https://github.com/shimataro/ssh-key-action.git synced 2025-06-19 22:52:10 +10:00

* update sentence

This commit is contained in:
shimataro 2020-01-26 22:30:37 +09:00
parent 36dcca4a76
commit 52e5146b53
No known key found for this signature in database
GPG key ID: BE92C05736911A9D

View file

@ -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