From 593e460491fd09f47eb57d41535b61b51de3bf26 Mon Sep 17 00:00:00 2001 From: Ajit Singhal <73593608+AjCodez@users.noreply.github.com> Date: Thu, 26 May 2022 18:58:27 +0530 Subject: [PATCH] Update Build and Secure Networks in Google Cloud: Challenge Lab.md --- Build and Secure Networks in Google Cloud: Challenge Lab.md | 6 ++++++ 1 file changed, 6 insertions(+) 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..357817d 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 permission denied (publickey) error +* Run following command in ssh command line: + +```yaml +gcloud compute ssh juice-shop --internal-ip +```