From 434bfcf5cd486a484891ca9cc3a23cfb388ddbc2 Mon Sep 17 00:00:00 2001 From: shimataro Date: Sun, 26 Jan 2020 14:28:33 +0900 Subject: [PATCH] * update FAQ --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5407252..61421be 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,7 @@ It has some advantages over other methods: * You only need to use this action **only once** even if it is necessary to transfer to multiple targets. * Other methods require to use it multiple times in order to connect to each targets. + * Of course, it is necessary to install bastion public key on targets, and host keys on bastion. But you don't have to update workflow files and `secrets` even if number of targets changed. * `rsync`: * is faster than others. * will **NOT** break files even if disconnected during sending.