1
0
Fork 0
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:
shimataro 2020-01-27 00:00:53 +09:00
parent 52e5146b53
commit e41005df92
No known key found for this signature in database
GPG key ID: BE92C05736911A9D

View file

@ -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. * "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. * Other methods require to update `known-hosts` if servers have changed.
* Rsync: * Rsync:
* is faster than others. * is fastest of all.
* does **NOT** break files even if disconnected during transferring. * 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. * 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: * Using bastion is more secure because:
* it is not necessarily to expose SSH port on servers to public. * it is not necessarily to expose SSH port on servers to public.