> For the complete documentation index, see [llms.txt](https://documentation.hak5.org/wifi-pineapple-pager/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.hak5.org/wifi-pineapple-pager/connecting-to-the-wifi-pineapple-pager/ssh-and-the-wifi-pineapple-pager.md).

# SSH and the WiFi Pineapple Pager

The WiFi Pineapple Pager supports standard SSH.

### Connecting to SSH  <a href="#connecting-to-ssh" id="connecting-to-ssh"></a>

The Pager accepts SSH connections from the USB-C and Management Access Point networks.

The Pager always uses the IP address `172.16.52.1` on these networks, and SSH runs on the standard TCP port `22`.

When connecting to SSH, use the user `root` and your system password you configured during first-time setup.

### SSH clients  <a href="#ssh-clients" id="ssh-clients"></a>

Almost all modern operating systems have the standard ssh client pre-installed as the command-line tool `ssh`. Additionally, more user-friendly graphical clients exist for most platforms.

{% hint style="warning" %}
If you use a third-party SSH client, be sure to download it from a reputable source - such as your OS vendors app store. Because SSH handles login data, it is a common target for fake tools.
{% endhint %}

### SCP  <a href="#scp" id="scp"></a>

SCP is a standard file transfer protocol which uses `ssh` under the covers. Like SSH, almost all modern operating systems will ship a standard command-line too, `scp`. More user-friendly file transfer clients also exist for most platforms.

{% hint style="warning" %}
If you use a third-party SCP client, be sure to download it from a reputable source - such as your OS vendors app store. Because SCP handles login data, it is a common target for fake tools.
{% endhint %}

SCP allows you to easily transfer files (like loot, themes, and payloads) to and from your Pager.

### It’s your system  <a href="#its-your-system" id="its-your-system"></a>

SSH provides direct root access to the system - by design, we strive to give you the ability to do anything you want with your system. It’s *your* system.

With this ability comes a degree of risk - changing the configuration directly or modifying system files out from under the Pineapple service and experience may have unexpected results.

The [Factory Reset](/wifi-pineapple-pager/factory-reset.md), and extreme cases, [Firmware Recovery](/wifi-pineapple-pager/firmware-recovery.md) procedures can be used to recover the device.

We encourage you to explore and hack on your system, just remember that when you’re root, there are fewer guardrails!

<br>


---

# 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://documentation.hak5.org/wifi-pineapple-pager/connecting-to-the-wifi-pineapple-pager/ssh-and-the-wifi-pineapple-pager.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.
