We should probably fix the fact that your SSH config doesn’t seem to exist and it’s trying to make mods to it (cc @swalkinshaw)
Have you already setup SSH keys for your system? If so, can you create ~/.ssh/config with the right permissions?
touch ~/.ssh/config
chmod 600 ~/.ssh/config
and then try re-provisioning?