From f502967837a91cfe2fe1e8e040f45b73d2ea590b Mon Sep 17 00:00:00 2001 From: Regner Blok-Andersen Date: Mon, 1 Apr 2019 23:48:04 -0700 Subject: [PATCH] docs: adding an example of what gssh solves for --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 75fb25d..c81db1e 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,10 @@ gssh is meant to make using the gcloud ssh command easier by eliminating the need to know the complete name of a given VM and it's zone. +Normally the gcloud SDK would require a command similar to `gcloud beta compute ssh +--tunnel-through-iap --project some-globally-unique-id --zone us-west1-a some-instance-name-4kcq` + +Here is an example of a similar connection with gssh: ![Preview](terminalizer/preview.gif) gssh was built for my needs specifically which is why flags such as `--tunnel-through-iap`