1
0
Fork 0
mirror of https://github.com/shimataro/ssh-key-action.git synced 2025-06-19 22:52:10 +10:00

* fix sentense

This commit is contained in:
shimataro 2020-01-26 16:57:21 +09:00
parent 1d406e8c57
commit 3e02311a46
No known key found for this signature in database
GPG key ID: BE92C05736911A9D

View file

@ -98,7 +98,7 @@ Here are some methods:
* `expect` command: please be careful not to expose passphrase to console
* `SSH_ASKPASS` environment variable: it may be troublesome
### Which one is the best way for transferring files, "direct SCP", "SCP via bastion", "direct SFTP", "SFTP via bastion", "direct rsync" or "rsync via bastion"?
### Which one is the best way for transferring files, "direct SCP/SFTP/rsync" or "SCP/SFTP/rsync via bastion"?
I recommend **rsync via bastion**.
It has some advantages over other methods: