YuanDdQiao / connect-to-gce-win

Tool for connect to Windows on Google Compute Engine via Remote Desktop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Connect to GCE Win

CircleCI

Tool for connect to Windows on Google Compute Engine via Remote Desktop

Installation

Download from GitHub Releases

Setup

connect-to-gce-win requires that GOOGLE_APPLICATION_CREDENTIALS environment variable is set correctly.
(If you are not ready, see this tutorial)

Edit ~/.config/connect-to-gce-win/.connect-to-gce-win.yaml as below.

userName: your_windows_user_name
project: your_gcp_project_name 
zone: your_gcp_zone
instanceName: target_instance_name(optional)

example:

userName: mpppk
project: sample-project 
zone: asia-northeast1-b

Then, execute binary and your RDP Client will be started.
(example gif uses Microsoft Remote Desktop Beta, but you can use any clients)

$ ./connect-to-gce-win

About

Tool for connect to Windows on Google Compute Engine via Remote Desktop

License:MIT License


Languages

Language:Go 95.0%Language:Makefile 5.0%