Skip to content

This utility facilitates connecting to your GCP compute engine vms using gcloud and ssh tunnel

Notifications You must be signed in to change notification settings

allanbritos/gcp-compute-engine-ssh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Bash utility for GCP

This utility facilitates connecting to your GCP compute engine vms using gcloud and ssh tunnel

Just add your projects, regions and hosts to the projects.json file

{
  "Project1": {
    "regions": {
      "us-east4-a": [
        "host1.example.com",
        "host2.example.com"
      ],
      "us-west4-a": [
        "host1.example.com",
        "host2.example.com"
      ]
    }
  },
  "Project2": {
    "regions": {
      "us-east4-a": [
        "host1.example.com",
        "host2.example.com"
      ],
      "us-west4-a": [
        "host1.example.com",
        "host2.example.com"
      ]
    }
  }
}

About

This utility facilitates connecting to your GCP compute engine vms using gcloud and ssh tunnel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages