Abrir SSH is a conectarivity tool for secure remote acessar to sua seedbox. It is based on SSH protocol. It encrypts your traffic to eliminate eavesdropping, conectarion hijacking and other cyber security attacks.
Como acessar sua seedbox using Abrir SSH on the Windows system.
For acessaring sua seedbox using AbrirSSH you first precisa install AbrirSSH on sua seedbox.Let’s look inpara o installation of Abrirssh on evoseedbox.
1. Login para o seu área do cliente and search for AbrirSSH in o aplicativos section.
2. Clique em the install botão and once the installation is complete open o aplicativo do installed app section as mostrado abaixo.
Você vai be able to see a pop-up where your host id and port number which will be usado para creating a conectarion.
This completes our AbrirSSH installation on our Seedbox.To use Abrirssh on windows we precisa first install openssh client on our windows too. This link will guide you how to check if Abrirssh is installed or not and também how to install it if not already installed.
3. Once Abrirssh client is installed.Abrir powershell on windows by searching ‘Power Shell’ in windows apps.
4. On opening the Power Shell type ‘ssh’ and hit enter. If Abrirssh is correctly installed você vai see the openssh usage guide as mostrado abaixo.
5. Now to conectar to sua seedbox type ssh command with the nome de usuário provided in the FTP detail and hostid(provided in AbrirSSH window).
Following format should be used:
‘ssh nome de usuário@hostid -p port no’
Você vai asked to enter senha which você pode get do FTP detail.
6. After entering the senha you should be able to use Abrirssh as mostrado abaixo.
Using Abrirssh on Ubuntu #
Similar to Windows , first install openssh on sua seedbox and note the host id and port no as reference for making conectarion. Now lets try conectaring sua seedbox using Abrirssh on ubuntu system.
- Abrir terminal no seu system and type following command:
‘sudo apt update ‘
2. Once the above command execution is complete . Type ‘ sudo apt install openssh-client’ and press enter.
Se você face an error como mostrado in the screenshot above, you precisa kill the ongoing process which is using apt.
3. Type ‘ ps aux | grep -i apt’ and press enter which will list all o processo ids which are currently using ‘apt’.
4. Kill o processo using the command ‘sudo kill <process id>’. After th process has been terminated try again to install openssh client using the same command ‘sudo apt install openssh-client’
5. Você pode now test your installation by creating a conectarion to sua seedbox as mentioned in the windows openssh conectarion section. Ex. ssh <nome de usuário>@<host id> -p <port no.>
Você vai be prompted to enter senha and accept SH256 signature after which conectaring process will be complete.












