Įvykiai
04-29 14 - 04-30 19
Prisijunkite prie galutinio "Windows Server" virtualaus renginio balandžio 29–30 d., jei norite surengti gilesnius techninius seansus ir tiesiogiai naudoti "Q&A" su "Microsoft" inžinieriais.
Prisiregistruokite dabarŠi naršyklė nebepalaikoma.
Atnaujinkite į „Microsoft Edge“, kad pasinaudotumėte naujausiomis funkcijomis, saugos naujinimais ir techniniu palaikymu.
OpenSSH is the open-source version of the Secure Shell (SSH) tools used by administrators of Linux and other non-Windows for cross-platform management of remote systems. Beginning with Windows 10 build 1809 and Windows Server 2019, OpenSSH is available as a feature on demand.
SSH is based on a client-server architecture where the system the user is working on is the client and the remote system being managed is the server. OpenSSH includes a range of components and tools designed to provide a secure and straightforward approach to remote system administration.
The following table lists the default install state of OpenSSH for Windows on different Windows releases.
Windows release | SSH install state |
---|---|
Windows Server 2019 | Not installed, install and enable using optional features |
Windows Server 2022 | Not installed, install and enable using optional features |
Windows Server 2025 | Installed but not enabled |
Windows 10 build 1809 + | Not installed, install and enable using optional features |
OpenSSH for Windows has the following commands built in.
ssh
is the SSH client component that runs on the user's local systemsshd
is the SSH server component that must be running on the system being managed remotelyssh-keygen
generates, manages and converts authentication keys for SSHssh-agent
stores private keys used for public key authenticationssh-add
adds private keys to the list allowed by the serverssh-keyscan
aids in collecting the public SSH host keys from hostssftp
is the service that provides the Secure File Transfer Protocol, and runs over SSHscp
is a file copy utility that runs on SSHArbatpinigiai
The documentation focuses on how OpenSSH is used on Windows, including installation, and Windows-specific configuration, commands, and use cases. Additional detailed documentation for common OpenSSH features is available online at OpenSSH.com.
Feedback on Windows OpenSSH is welcomed and can be provided by creating GitHub issues in our OpenSSH GitHub repo. The OpenSSH open source project is managed by developers at the OpenBSD Project. The Microsoft fork of this project is in GitHub.
Įvykiai
04-29 14 - 04-30 19
Prisijunkite prie galutinio "Windows Server" virtualaus renginio balandžio 29–30 d., jei norite surengti gilesnius techninius seansus ir tiesiogiai naudoti "Q&A" su "Microsoft" inžinieriais.
Prisiregistruokite dabarMokymas
Modulis
Develop on a remote machine using SSH with Visual Studio Code - Training
In this module, you'll learn how to seamlessly develop on a remote machine using the Visual Studio Code Remote - SSH extension. We'll explore how to run and debug code located on a remote machine, while locally using Visual Studio Code's full feature set.
Sertifikatas
Microsoft Certified: Windows Server Hybrid Administrator Associate - Certifications
As a Windows Server hybrid administrator, you integrate Windows Server environments with Azure services and manage Windows Server in on-premises networks.
Dokumentacija
OpenSSH Server configuration for Windows
Learn about the Windows-specific configuration options for OpenSSH Server on Windows Server and Windows.
Get started with OpenSSH for Windows
Learn how to install and connect to remote machines using the OpenSSH Client and Server for Windows.
Key-based authentication in OpenSSH for Windows
Learn about OpenSSH Server key-based authentication, generation, and deployment for Windows using built-in Windows tools or PowerShell.