rsync
rsync copied to clipboard
In the process of being transitioned to a node.js action.
https://help.github.com/en/actions/building-actions/metadata-syntax-for-github-actions
the public key for a known host *is* currently saved, but is not actually used. The Rsync call still needs `ssh -o StrictHostKeyChecking=no`, otherwise we get a host key verification...
Running multiple rsyncs in parallel/after each other fails because the `.ssh` folder already exists. I fixed this in a fork by appending a per-action string to the `.ssh` folder, but...
this is for the case where you might want to push to a folder named as the repo, as is often the case. It's another thing you have to type...
I'd just love for someone to look over the ssh usage in here, whether that can be improved.