How to Install OpenSSH Client on Windows 11
OpenSSH Client on Windows 11 lets you securely connect to and manage other computers right from your command line.
This tool creates a private, scrambled connection to a remote machine, which is super helpful for running commands or moving files over a network. It’s a must-have for anyone working with servers or needing to manage computers from afar.
Good news is, Windows 11 comes with OpenSSH Client already built-in. This handy feature has been around since Windows 10, so you usually don’t need to download anything extra to start using it.
How to Install OpenSSH Client on 🪟 Windows 11
You can install the OpenSSH Client on Windows 11 right from your computer’s settings. Open Settings by hitting the Windows key and ‘I’, then go to Apps and click Optional features to find and add the OpenSSH Client.
- Open Settings on your PC. You can do this two ways:
- Press Windows key + I on your keyboard
- Or click the Start button, then select Settings

windows 11 start settings - In the Settings window, click on Apps from the left menu. Then click on Optional features on the right side.

widnows 11 apps optional features - Scroll down the list of installed features and look for OpenSSH Client. If you don’t see it, click Add an optional feature at the top.

windows 11 openssh client install - In the search box, type OpenSSH Client. When you see it in the list, click on it, then select Install. Wait a few moments while Windows installs the feature.

openssh windows 11 install
What happens when you’re done? The OpenSSH Client is now installed and ready to use on your Windows 11 PC.
How to Use OpenSSH Client on 🪟 Windows 11
Using the OpenSSH Client on Windows 11 to connect to another computer is simple. After installing it, open either Command Prompt or PowerShell by pressing the Windows key and typing ‘cmd’ or ‘PowerShell’, then hit Enter and type ‘ssh user@address’ to connect.
- Open Command Prompt or PowerShell on your PC. To do this, press Windows key, type
cmdorPowerShell, then press Enter. - In the window that opens, type the following command and press Enter:
ssh user@192.168.1.100
Replaceuserwith your login name on the remote computer, and192.168.1.100with the address or IP of the remote computer.Example:
ssh admin@server.example.com - If the connection is set up correctly, you will be asked for your password. Enter it, and then you can start working securely on the remote machine.

openssh use in windows 11
Summary
Windows 11 comes with a built-in OpenSSH client, so you don’t need to download anything extra to connect securely to other computers.What is the OpenSSH client on 🪟 Windows 11?
The latest builds of Windows 10 and Windows 11 include a built-in SSH server and client that are based on OpenSSH, a connectivity tool for remote sign-in that uses the SSH protocol. OpenSSH encrypts all traffic between client and server to eliminate eavesdropping, connection hijacking, and other attacks.
What is an OpenSSH client and do I need it?
OpenSSH is the premier connectivity tool for remote login with the SSH protocol. It encrypts all traffic to eliminate eavesdropping, connection hijacking, and other attacks.
Does 🪟 Windows 11 have a built-in SSH client?
You can simply open up a command prompt. And type SSH. You'll see in this case it says SSH is not recognized as an internal or external command.
Was this guide helpful?
About the Author
Richard
Tech Writer, IT Professional
Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.
No comments yet — be the first to share your thoughts!