mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
* update FAQ
This commit is contained in:
parent
7f9532b37c
commit
0a0f40f7a1
1 changed files with 3 additions and 0 deletions
|
@ -113,6 +113,9 @@ It has some advantages over other methods:
|
|||
* SCP is [deprecated by OpenSSH](https://www.openssh.com/txt/release-8.0) due to outdated and inflexible protocol.
|
||||
* Using bastion is more secure because:
|
||||
* it is not necessarily to expose SSH port on servers to public.
|
||||
* 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.
|
||||
|
||||
## License
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue