# Windows ssh command

The latest builds of Windows 10 and Windows 11 as well as Windows Server versions 2019, 2022 and 2025 include a built-in OpenSSH server and client so it is not necessary to install Putty.

Go to System - Optional features to check if the SSH client is enabled.

<figure><img src="/files/4UHqVmnctnsS7MbcnOKy" alt=""><figcaption></figcaption></figure>

If it is not enabled, you can enable it through System - Optional features on Windows 10 and 11 and PowerShell or the Server Manager on Windows Server installations.

To connect to the device console:

1. Enter "cmd' into the Search box and select "Run as administrator".

<figure><img src="/files/iLkNB7yQD98WHre9uZ5d" alt=""><figcaption></figcaption></figure>

2. In cmd window enter:

ssh *user\@address (e.g.* ssh pi\@192.168.61.29)

3. If there is a device at *address* listening on ssh port 21 then it will answer with a password prompt:

*user\@address* password:

4. Enter the password and the ssh connection will be created.

Example for a Linux device (S2GW) at IP 192.168.61.29 where user name is pi is shown below.

<figure><img src="/files/banIYao8TKasTzN6zqc0" alt=""><figcaption></figcaption></figure>

5. Now you have access to the Linux console on the SBC device.

More details about the SSH in Windows can be found in <https://learn.microsoft.com/en-us/windows/terminal/tutorials/ssh>.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.boomerang3.com/tools-for-sbc-products/console-access/windows-ssh-command.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
