A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://cloud.google.com/compute/docs/connect/windows-ssh below:

Connect to Windows VMs using SSH | Compute Engine Documentation

Connect to Windows VMs using SSH

Stay organized with collections Save and categorize content based on your preferences.

Windows

Preview

This feature is subject to the "Pre-GA Offerings Terms" in the General Service Terms section of the Service Specific Terms. Pre-GA features are available "as is" and might have limited support. For more information, see the launch stage descriptions.

This document describes how to connect to Windows virtual machine (VM) instances using SSH. For other ways to connect to Windows VMs, see Connect to Windows VMs using RDP and Connect to Windows VMs using PowerShell. To learn about how SSH works in Compute Engine, see About SSH connections.

Note: When a user connects to a VM, that user can use all of the IAM permissions granted to the service account attached to the VM. Before you begin Supported images

SSH for Windows is supported on Windows Server images running the guest agent (GCEGuestAgent) version 20220527.00 or later and OpenSSH version 8.6 or later.

Enable SSH for Windows VMs

To enable SSH connections to Windows VMs, install the google-compute-engine-ssh package and set the enable-windows-ssh key to TRUE in project or instance metadata. Enabling SSH for Windows in project metadata enables SSH for all Windows VMs in your project. Enabling SSH for Windows in instance metadata enables SSH for a single VM and overrides the value set in project metadata.

Note: If you enable SSH for Windows on a VM running as an Active Directory (AD) controller or in a project that contains an AD controller, the AD controller VM's Guest agent provisions AD users based on SSH keys added to project and instance metadata. You can prevent unintended AD user provisioning by disabling the account manager on the AD controller VM. Enable SSH for Windows while creating a VM

Enable SSH for Windows while creating a VM using the Google Cloud console or the Google Cloud CLI.

Console

Create a VM from a public image that installs the google-compute-engine-ssh package and enables SSH on startup:

  1. Specify the following Boot disk properties:

  2. In the Advanced options section, expand the Management section.

  3. In the Metadata section, click Add item. Add a startup script that installs the google-compute-engine-ssh package by entering the following metadata key-value pair:

  4. In the Metadata section, click Add item. Set enable-windows-ssh to TRUE by entering the following metadata key-value pair:

  5. Click Create to create and start the VM.

gcloud

Run the following gcloud compute instances create command to create a Windows Server VM that installs the google-compute-engine-ssh package and enables SSH on startup:

gcloud compute instances create VM_NAME \
    --image-family=IMAGE_FAMILY \
    --image-project=windows-cloud \
    --metadata sysprep-specialize-script-cmd="googet -noconfirm=true install google-compute-engine-ssh",enable-windows-ssh=TRUE

Replace the following:

Enable SSH for Windows on a running VM

To enable SSH on a running Windows VM, do one of the following, depending on whether you can use RDP to access your VM or if your workload can tolerate a reboot:

RDP

If you can access your VM using RDP, enable SSH by doing the following:

  1. Connect to the VM using RDP.

  2. Open an administrator Command Prompt session by doing the following:

    1. Open the Start menu.

    2. Navigate to Command Prompt.

    3. Right-click Command Prompt and select Run as administrator.

      If you are prompted to allow Command Prompt to make changes to your device, select Yes.

  3. Download and install the google-compute-engine-ssh package by running the following command:

    googet -noconfirm=true install google-compute-engine-windows && googet -noconfirm=true install google-compute-engine-ssh
    
  4. Close the RDP session.

  5. Enable Windows SSH in metadata by setting the enable-windows-ssh key to TRUE. For more information about setting metadata, see Set custom metadata.

Startup script

If you can't access your VM using RDP, enable SSH by doing the following:

  1. Stop the VM.

  2. Set the following metadata key-value pairs on the VM to enable SSH. For more information about setting metadata, see Set custom metadata.

  3. Start the VM. The VM might take a few minutes to reboot.

Connect to VMs using SSH

Connect to VMs using the gcloud compute ssh command:

gcloud compute ssh VM_NAME

Replace VM_NAME with the name of the Windows VM that you want to connect to.

Connect to VMs that use AD

If the VM you're connecting to uses Active Directory (AD), connect using the following command:

gcloud compute ssh DOMAIN\USERNAME@VM_NAME

Replace the following:

What's next?

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-08-07 UTC.

[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This document provides instructions on how to connect to Windows virtual machine (VM) instances using SSH, as an alternative to RDP or PowerShell connections."],["To enable SSH for Windows VMs, you must install the `google-compute-engine-ssh` package and set the `enable-windows-ssh` key to `TRUE` in either project or instance metadata."],["When creating a new Windows VM, you can enable SSH during setup by adding a startup script to install the SSH package and setting the `enable-windows-ssh` metadata key to `TRUE`."],["For existing running Windows VMs, SSH can be enabled by either connecting via RDP to install the package or by stopping the VM, adding metadata for a startup script to install the package, and setting the `enable-windows-ssh` key, followed by restarting the VM."],["The `gcloud compute ssh` command is used to establish an SSH connection to a Windows VM, and for VMs using Active Directory, the command needs to include the domain and username in the format `DOMAIN\\USERNAME@VM_NAME`."]]],[]]


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4