> ## Documentation Index
> Fetch the complete documentation index at: https://proxylink.dev/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# SSH Terminal

> Browser-based SSH sessions to any device on a ProxyLink tunnel.

ProxyLink includes a full SSH terminal in the browser — no SSH client, no VPN software on the engineer's machine.

<Tip>
  **Video tutorial:** [Browser SSH Through One Gateway](https://proxylink.dev/tutorials/browser-ssh-through-one-gateway) — 90 seconds, real footage of adding an SSH service under a gateway and using it.
</Tip>

## Connect via SSH

1. Open the proxy link for the target device
2. Click **SSH** — a terminal opens in the browser
3. Enter credentials and connect

The terminal supports full terminal features — colour output, tab completion, vim, tmux.

## Session recording

Enable session recording on the proxy link to capture every SSH session as an asciicast file. Recordings are stored for 14 days (3 days during Early Access) and playable from the **Recordings** page.

<Note>During the current Early Access period, retention is 3 days for all plans.</Note>

## Supported auth methods

* Username + password
* Username + private key (paste the key in the connection dialog)

## TCP proxy SSH

For devices accessible only via a TCP tunnel link (not a browser terminal), connect using a standard SSH client:

```bash theme={null}
ssh admin@tcp.proxylink.dev -p 17050
```
