Clone this repo:
  1. 021fef8 Exactly match the legacy implementation of the `sshd_config` for OS Login. by Andrew Li · 3 days ago upstream/main
  2. 995a7c9 Only log "No local plugins to install" if there are actually no plugins. by Andrew Li · 5 days ago
  3. dd7c8ce Respect the `sysprep-specialize` configuration flag in the `MetadataScripts` section of the configuration file. by Andrew Li · 11 days ago
  4. 87d3ab6 No public description by Andras Kerekes · 13 days ago
  5. 191a825 No public description by Saswat Padhi · 13 days ago

Public Cloud Docs

Guest Agent for Google Compute Engine.

This repository contains the source code and packaging artifacts for the Google guest agent. These components are installed on Windows and Linux GCE VMs in order to enable GCE platform features.

Building Guest Agent

In the codebase there's a GNU Make based build system with targets to build and test the guest agent.

In order to build both the guest-agent and core_plugins, run

make

To build only one or the other, run the respective make target:

make build cmd/google_guest_agent/google_guest_agent
make build cmd/core_plugin/core_plugin

To run all the go tests, run:

make test

For more targets and info about the build system run:

make help