mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
* update sentences
This commit is contained in:
parent
52e5146b53
commit
e41005df92
1 changed files with 2 additions and 2 deletions
|
@ -106,9 +106,9 @@ It has some advantages over other methods:
|
|||
* "Rsync via bastion" doesn't require to update workflow files and `secrets` even if it is necessary to transfer files to multiple servers.
|
||||
* Other methods require to update `known-hosts` if servers have changed.
|
||||
* Rsync:
|
||||
* is faster than others.
|
||||
* is fastest of all.
|
||||
* does **NOT** break files even if disconnected during transferring.
|
||||
* can remove files that don't exist in server.
|
||||
* can remove files that don't exist on server.
|
||||
* 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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue