Skip to main content

tuna and SSH

Step 1. Download the client

Инструкция доступна на странице.

Step 2. Run SSH server

Step 3. Run tuna

SSH server uses port 22 by default:

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:

ssh -p 12345 user@ru.tuna.am

Alternatives

tuna has a built-in SSH server, using the tuna ssh command you can quickly organize SSH access without installing and configuring a server.