Skip to content

aulanov/compute-user-accounts

 
 

Repository files navigation

Google Compute User Accounts - VM Software

Give yourself and others access to your virtual machines by creating Linux user accounts. User accounts have their own username and home directory on your virtual machine instances and can be created and managed programmatically through an API. Once you have created a user account, it can be used to log in to the Linux virtual machines in your project.

Installation

  1. Install Go
  2. Install FPM
  3. Make a deb/rpm: make package
  4. Install the deb/rpm on your VM: dpkg -i pkg/gcua_X.XXXXXXXX.XXXXXX_amd64.deb or rpm -ivh pkg/gcua-X.XXXXXXXX.XXXXXX-X.x86_64.rpm

Usage

See GCP Documentation

Contributing

See Contributing

About

GCE VM software for Google Compute User Accounts.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 54.2%
  • C++ 36.1%
  • Shell 6.0%
  • Makefile 3.7%