> For the complete documentation index, see [llms.txt](https://documentation.hak5.org/shark-jack-display/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/shark-jack-display/access-via-ssh.md).

# Access via SSH

SSH gives you direct shell access to the Shark Jack Display for advanced administration, file transfer, payload management, and firmware upgrades.

In **Arming Mode**, you can enable the SSH server from **Settings**. With the default `NETMODE DHCP_SERVER`, connect to `172.16.24.1` as `root` using the default password `hak5shark`.

Use SSH when you need to inspect loot, manage payload files, copy data with `scp`, or run system commands that are not available from the on-device interface.

## Enable SSH in Arming Mode

1. Boot into **Arming Mode**
2. Open **Settings** → **Arming Defaults**
3. Find **SSH Server**
4. Set it to **Enabled**

This setting applies on every boot.

If you only want SSH for the current session, use **Settings** → **This Session** instead.

## Connect after enabling SSH

* If Arming Mode uses **DHCP Server**, connect to `172.16.24.1`
* If Arming Mode uses **DHCP Client** or **Static**, check **About** → **Networking** for the device IP
* Log in as `root`
* Use the default password `hak5shark`

{% hint style="warning" %}
Change the default password before using SSH on a shared or untrusted network.
{% endhint %}

If you need the access defaults first, see [Default Settings](/shark-jack-display/getting-started/default-settings.md). If the device needs network connectivity first, follow [Getting the Shark Jack Online](/shark-jack-display/getting-the-shark-jack-online.md). For mode-specific behavior, see [Modes of Operation](/shark-jack-display/getting-started/modes-of-operation.md).
