diff --git a/Build and Secure Networks in Google Cloud: Challenge Lab.md b/Build and Secure Networks in Google Cloud: Challenge Lab.md index 3292628..eff8f69 100644 --- a/Build and Secure Networks in Google Cloud: Challenge Lab.md +++ b/Build and Secure Networks in Google Cloud: Challenge Lab.md @@ -75,4 +75,10 @@ gcloud compute instances add-tags juice-shop --tags= - ```yaml ssh ``` +* If you get a `Permission denied (publickey).` error, run the below code: + +```yaml +gcloud compute ssh juice-shop --internal-ip +``` +