diff --git a/docs/06-data-encryption-keys.md b/docs/06-data-encryption-keys.md index 70fcb0e..6f15409 100644 --- a/docs/06-data-encryption-keys.md +++ b/docs/06-data-encryption-keys.md @@ -36,7 +36,7 @@ Copy the `encryption-config.yaml` encryption config file to each controller inst ```bash for instance in controller-0 controller-1 controller-2; do - gcloud compute scp encryption-config.yaml ${instance}:~/ + scp encryption-config.yaml root@${instance}:~/ done ```