# Universal

{% hint style="warning" %}
This should work on any platform, but OpenSSH is only installed by default on the Windows 10 Spring update or newer.
{% endhint %}

{% hint style="info" %}
You can locate your devices' (local) IP address in settings by tapping the "i" icon beside the connected network.
{% endhint %}

1. Open a Command Prompt/Terminal.
2. Type in `ssh root@your.ip.here` and press enter. If you're connecting over USB, change the IP to `localhost` and add `-p 2222` to the end of the command.
3. You will be asked for a password. The password will be invisible when entered. Type `alpine` and press enter. (unless you have changed your password)

The output should look similar to this: ![ssh-cli](https://github.com/joshuah345/markdownguides/raw/master/ios/assets/ssh/sshclioutput.png)


---

# 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/universal.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.
