Skip to content
Follow
Windows

How to Install OpenSSH Client on Windows 11

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

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

  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

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.

  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 *