About 1,580,000 results
Open links in new tab
  1. PowerShell Remoting Over SSH - PowerShell | Microsoft Learn

    Apr 1, 2024 · You can configure the SSH server to use PowerShell as the default shell and to load a profile through SSH. See the SSH documentation for more information. Prior to PowerShell 7.1, remoting over SSH didn't support second-hop remote sessions.

  2. Running Remote Commands - PowerShell | Microsoft Learn

    Mar 24, 2025 · Using the WS-Management protocol, Windows PowerShell remoting lets you run any Windows PowerShell command on one or more remote computers. You can establish persistent connections, start interactive sessions, and run scripts on remote computers.

  3. Get started with OpenSSH for Windows | Microsoft Learn

    Nov 1, 2024 · Learn how to install and connect to remote machines using the OpenSSH Client and Server for Windows.

  4. Quickstart - Create a Linux VM with Azure PowerShell - Azure …

    Aug 22, 2024 · This quickstart shows you how to use the Azure PowerShell module to deploy a Linux virtual machine (VM) in Azure. This quickstart uses the latest Debian marketplace image. To see your VM in action, you'll also SSH to the VM and install the NGINX web server.

  5. Use SSH keys to connect to Linux VMs - Azure Virtual Machines

    Oct 16, 2024 · This article is for Windows users who want to create and use secure shell (SSH) keys to connect to Linux virtual machines (VMs) in Azure. You can also generate and store SSH keys in the Azure portal to use when creating VMs in the portal. To use SSH keys from a Linux or macOS client, see the quick steps.

  6. Key-based authentication in OpenSSH for Windows

    Mar 19, 2025 · You need to place the contents of your public key (\.ssh\id_ecdsa.pub) on the server into a text file called authorized_keys in C:\Users\username\.ssh\. You can copy your public key by using the OpenSSH scp secure file-transfer utility, or by using PowerShell to write the key to the file.

  7. OpenSSH Server configuration for Windows | Microsoft Learn

    Aug 29, 2024 · Learn about the Windows-specific configuration options for OpenSSH Server on Windows Server and Windows.

  8. Enter-PSSession (Microsoft.PowerShell.Core) - PowerShell

    Starting with PowerShell 6.0 you can use Secure Shell (SSH) to establish a connection to a remote computer. You must have SSH on the local computer and the remote computer must be configured with a PowerShell SSH endpoint.

  9. Windows Terminal SSH | Microsoft Learn

    May 29, 2024 · Windows has a built-in SSH client and SSH server that you can use in Windows Terminal. In this tutorial, you'll learn how to set up a profile in Windows Terminal that uses SSH. Note that this feature is in preview.

  10. Connect using SSH to an Azure VM running Windows - Azure …

    Aug 23, 2024 · You can authenticate to Windows machines using either username and password or SSH keys. Azure doesn't support provisioning public keys to Windows machines automatically, however you can copy the key using the RunCommand extension.

Refresh