Source: google-compute-image-packages Section: admin Priority: optional Maintainer: Debian Cloud Team Uploaders: Lucas Kanashiro Build-Depends: debhelper (>= 12), dh-python, libcurl4-openssl-dev, libjson-c-dev, libpam0g-dev, python3-all, python3-boto, python3-distro, python3-pytest, python3-setuptools Standards-Version: 4.3.0 Testsuite: autopkgtest-pkg-python Vcs-Git: https://salsa.debian.org/debian/google-compute-image-packages.git Vcs-Browser: https://salsa.debian.org/debian/google-compute-image-packages Homepage: https://github.com/GoogleCloudPlatform/compute-image-packages Package: google-compute-engine Architecture: all Depends: google-compute-engine-oslogin, python3-google-compute-engine (= ${source:Version}), ${misc:Depends} Description: Google Compute Engine guest environment for cloud images This package contains a set of scripts, configuration, and systemd init files for features specific to the Google Compute Engine cloud environment. These features are Google Compute Engine specific and need to be configured by special daemons provided by this package. Some examples of these services are: configure specific network settings, run startup/shutdown scripts and store user provided ssh keys for machine access. Package: python3-google-compute-engine Section: python Architecture: all Depends: ${misc:Depends}, ${python3:Depends} Description: Python library for Google Compute Engine interaction (Python 3) Python 3.x library used to setup and manage resources in Google Compute Engine guests machines in a cloud environment such as accounts, clock skew, disk expand, instance setup, network and metadata scripts. Package: google-compute-engine-oslogin Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Description: OS Login guest environment for Google Compute Engine Contains applications and configurations for using OS Login on Google Compute Engine Virtual Machine Instances. . It is composed by: * Authorized Keys Command to fetch SSH keys from the user's OS Login profile and make them available to sshd. * NSS Module to provide support for making OS Login user and group information available to the system, using NSS (Name Service Switch) functionality. * PAM Module to provide authorization and authentication support allowing the system to use data stored in Google Cloud IAM permissions to control both, the ability to log into an instance, and to perform operations as root (sudo).