Ouvrir SSH is a connectivity tool for secure remote access to votre seedbox. It is based on SSH protocol. It encrypts your traffic to eliminate eavesdropping, connection hijacking and other cyber security attacks.
Comment access votre seedbox using Ouvrir SSH on the Windows system.
For accessing votre seedbox using OuvrirSSH you first need to install OuvrirSSH on votre seedbox.Let’s look into the installation of Ouvrirssh on evoseedbox.
1. Connexion to your espace client and search for OuvrirSSH in the apps section.
2. Cliquez sur the install button and once the installation is complete open the app from the installed app section comme montré ci-dessous.
You will be able to see a pop-up where your host id and port number which will be used for creating a connection.
This completes our OuvrirSSH installation on our Seedbox.To use Ouvrirssh on windows we need to first install openssh client on our windows too. This link will guide you how to check if Ouvrirssh is installed or not and also how to install it if not already installed.
3. Once Ouvrirssh client is installed.Ouvrir powershell on windows by searching ‘Power Shell’ in windows apps.
4. On opening the Power Shell type ‘ssh’ and hit enter. If Ouvrirssh is correctly installed vous verrez the openssh usage guide comme montré ci-dessous.
5. Now to connect to votre seedbox type ssh command with the nom d’utilisateur provided in the FTP detail and hostid(provided in OuvrirSSH window).
Following format should be used:
‘ssh nom d’utilisateur@hostid -p port no’
You will asked to enter mot de passe which vous pouvez get from the FTP detail.
6. Après entering the mot de passe you should be able to use Ouvrirssh comme montré ci-dessous.
Using Ouvrirssh on Ubuntu #
Similar to Windows , first install openssh on votre seedbox and note the host id and port no as reference for making connection. Now lets try connecting votre seedbox using Ouvrirssh on ubuntu system.
- Ouvrir terminal on your 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.
Si vous face an error as shown in the screenshot above, you need to kill the ongoing process which is using apt.
3. Type ‘ ps aux | grep -i apt’ and press enter which will list all the process ids which are currently using ‘apt’.
4. Kill the process using the command ‘sudo kill <process id>’. Après th process has been terminated try again to install openssh client using the same command ‘sudo apt install openssh-client’
5. Vous pouvez now test your installation by creating a connection to votre seedbox as mentioned in the windows openssh connection section. Ex. ssh <nom d’utilisateur>@<host id> -p <port no.>
You will be prompted to enter mot de passe and accept SH256 signature after which connecting process will be complete.












