Skip to content

Commit

Permalink
docs: adding an example of what gssh solves for
Browse files Browse the repository at this point in the history
  • Loading branch information
regner committed Apr 2, 2019
1 parent 6865391 commit f502967
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit f502967

Please sign in to comment.