# Windows (Before 22H1)

## Version 1809 or Newer

1. Launch PowerShell
2. Enter `Add-WindowsCapability -Online -Name OpenSSH.Client~~~~0.0.1.0`
3. OpenSSH should now be enabled. Follow the guide on the [previous page.](/ios-stuff/other/ssh/universal.md)

## Before 1809 (Including Windows 8 and older)

1. Download the latest version of OpenSSH from here: <http://www.mls-software.com/opensshd.html>
2. Install it and follow the guide on the [previous page.](/ios-stuff/other/ssh/universal.md)


---

# 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://shouganai.gitbook.io/ios-stuff/other/ssh/windows-before-22h1.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.
