Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions Build and Secure Networks in Google Cloud: Challenge Lab.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,10 @@ gcloud compute instances add-tags juice-shop --tags=<SSH internal network tag> -
```yaml
ssh <internal IP of the juice-shop>
```
* If you get permission denied (publickey) error
* Run following command in ssh command line:

```yaml
gcloud compute ssh juice-shop --internal-ip
```