1
0
Fork 0
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:
shimataro 2020-01-26 14:02:47 +09:00
parent 454bb63666
commit d6aa5f7ec4
No known key found for this signature in database
GPG key ID: BE92C05736911A9D

View file

@ -84,9 +84,9 @@ It has some advantages over other methods:
* You only need to use this action once in order to connect to bastion from VM. Other methods require to use it multiple times in order to connect to each targets. * You only need to use this action once in order to connect to bastion from VM. Other methods require to use it multiple times in order to connect to each targets.
* `rsync`: * `rsync`:
* is faster than others. * is faster than others.
* will **NOT** break files even if disconnected during sending.
* can remove files that don't exist in target. * can remove files that don't exist in target.
* SCP: * SCP:
* will break files when disconnected during sending.
* is [deprecated by OpenSSH](https://www.openssh.com/txt/release-8.0) due to outdated and inflexible protocol. * 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 target servers to public. * it is not necessarily to expose SSH port on target servers to public.