# tuna and SSH

## Step 1. Download the client

Instructions are available on the [installation page](https://tuna.am/en/docs/guides/install.md).

## Step 2. Run SSH server

## Step 3. Run tuna

SSH server uses port `22` by default:

```bash
tuna tcp 22

```

As a result of running the command, the connection address will be displayed (for example, `ru.tuna.am:12345`), which can be used to connect to the SSH server, for example:

```bash
ssh -p 12345 user@ru.tuna.am

```

## Alternatives

tuna has a built-in [SSH server](https://tuna.am/en/docs/tunnels/ssh.md), using the `tuna ssh` command you can quickly organize SSH access without installing and configuring a server.
