Specify public key

pull/758/head
redsoxfantom 2024-01-29 10:13:44 -05:00
parent 9920fac86e
commit d9328246e9
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ done
```
for instance in controller-0 controller-1 controller-2; do
IP=$(az vm show -d --name ${instance} --query "publicIps" -o tsv)
scp encryption-config.yaml azureuser@${IP}:/home/azureuser
scp -i $HOME/.ssh/k8sthehardway encryption-config.yaml azureuser@${IP}:/home/azureuser
done
```