Skip to content
Follow
Windows

How to Install OpenSSH Client on Windows 11

Richard
Written by
Richard
Jan 29, 2026 Updated Jun 19, 2026 2 min read
How to Install OpenSSH Client on Windows 11
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.

⚡ Quick Answer

Install OpenSSH Client through Windows Settings. Navigate to Apps, then Optional features, click Add an optional feature, search for OpenSSH Client, and select Install. This enables secure command-line connections to remote machines.

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.

  1. 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 menu showing Settings
    windows 11 start settings


  2. In the Settings window, click on Apps from the left menu. Then click on Optional features on the right side.

    Windows 11 Apps Optional Features screen
    widnows 11 apps optional features

  3. 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.

    Add Optional Feature button
    windows 11 openssh client install

  4. 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.

    Selecting OpenSSH Client to install
    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.

  1. Open Command Prompt or PowerShell on your PC. To do this, press Windows key, type cmd or PowerShell, then press Enter.
  2. In the window that opens, type the following command and press Enter:

    ssh user@192.168.1.100

    Replace user with your login name on the remote computer, and 192.168.1.100 with the address or IP of the remote computer.

    Example:

    ssh admin@server.example.com

  3. 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.

    Using OpenSSH in Windows 11 command prompt
    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?

Tags: #Windows 11
Was this helpful?
Richard

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.

📚 Related Tutorials

How to Disable Command Prompt in Windows 11
Windows How to Disable Command Prompt in Windows 11
How to Install Windows Subsystem for Linux (WSL) on Windows 11
Ubuntu Linux How to Install Windows Subsystem for Linux (WSL) on Windows 11
How to Enable OpenSSH Server in Windows 11
Windows How to Enable OpenSSH Server in Windows 11
How to Change PowerShell Execution Policies in Windows 11
Windows How to Change PowerShell Execution Policies in Windows 11

No comments yet — be the first to share your thoughts!

Leave a Comment

Your email address will not be published. Required fields are marked *