> For the complete documentation index, see [llms.txt](https://help.boomerang3.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.boomerang3.com/tools-for-sbc-products/console-access/windows-ssh-command.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
