How to Install OpenSSH Client on Windows 11
You install the OpenSSH Client on Windows 11 to securely connect to and manage remote computers using the command line.
OpenSSH Client offers an encrypted method to run commands and move files across networks, crucial for IT professionals and developers.
Fortunately, Windows 11 includes OpenSSH Client as a built-in feature, often requiring no external downloads. This functionality has been standard since Windows 10, making secure remote access readily available.
How to Install OpenSSH Client on 🪟 Windows 11
You can easily install the OpenSSH Client on Windows 11 directly through your PC’s settings menu.
- 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
After installing the OpenSSH Client on Windows 11, connecting to another computer is a simple process using the command line.
- 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!