
You can launch the tool by launching Ubuntu from the Start menu, and then simply run the ssh command to use OpenSSH. Once you’ve completed the steps, you don’t need to do anything else, because OpenSSH comes pre-installed with Ubuntu.
#Install openssh windows install
Search for Windows Features, in the result, and click Turn Windows features on or off.Ĭheck the Windows System for Linux option.Īfter restarting your computer, you can proceed to install Ubuntu on Windows 10. The server, on the other hand, you need to add using the Add Features option. As you can see from the list of installed components, the SSH client is already installed by default. (You’ll be using the same commands using Command Prompt on Windows 10 or using the Ubuntu console, so it doesn’t really matter which method you use.) Install the Windows Subsystem for Linux To install OpenSSH server, start Settings and then go to Apps > Apps and Features > Manage Optional Features.
#Install openssh windows how to
How to install OpenSSH using UbuntuĪlternatively, you can install the Ubuntu distro for Windows 10 that already includes OpenSSH. Extract the file downloaded by you in the above step into a folder, for example: C:/OpenSSH. You can always start the client by launching a Command Prompt session, and running the ssh command to use OpenSSH.

Once you’ve completed the steps, the Linux-based OpenSSH (beta) application will install on Windows 10. Under “Apps & features,” click the Manage optional features link. Installing the OpenSSH package directly into Windows 10 allows to use Command Prompt to connect a remote server using SSH as if it was a native component of Windows. In this guide, you’ll learn the steps to install OpenSSH on a PC running the Windows 10 Fall Creators Update using the Settings app “Optional features,” and installing the Ubuntu distro. OpenSSH is a popular app in the Linux community as it allows you to connect and manage a remote server using the SSH protocol as if you’re sitting in front of it.

What’s Secure Shell? In case you’re unfamiliar, SSH is a networking protocol similar to Telnet and FTP that allows you to transmit data from one computer to another, but unlike other protocols, this one transmits information securely using encryption. If you’re a network administrator, developer, or someone hosting a website in the cloud, you’ve probably been using tools like Putty on Windows 10 to connect to your server using Secure Shell (SSH), which works fine, but you no longer need to rely on third-party tools as the Fall Creators Update now includes a ported version of OpenSSH.
