افتح SSH is a connectivity tool for secure remote access to الـ Seedbox الخاص بك. It is based on SSH protocol. It encrypts your traffic to eliminate eavesdropping, connection hijacking and other cyber security attacks.
كيفية access الـ Seedbox الخاص بك using افتح SSH on the Windows system.
For accessing الـ Seedbox الخاص بك using افتحSSH you first need to install افتحSSH on الـ Seedbox الخاص بك.Let’s look into the installation of افتحssh on evoseedbox.
1. Login إلى منطقة العميل and search for افتحSSH in التطبيقs section.
2. انقر على the install زر and once the installation is complete open التطبيق from the installed app section as كما هو موضح أدناه.
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 افتحSSH installation on our Seedbox.To use افتحssh on windows we need to first install openssh client on our windows too. This link will guide you how to check if افتحssh is installed or not and أيضاً how to install it if not already installed.
3. Once افتحssh client is installed.افتح powershell on windows by searching ‘Power Shell’ in windows apps.
4. On opening the Power Shell type ‘ssh’ and hit enter. If افتحssh is correctly installed ستظهر لك see the openssh usage guide as كما هو موضح أدناه.
5. Now to connect to الـ Seedbox الخاص بك type ssh command with the اسم المستخدم provided in the FTP detail and hostid(provided in افتحSSH window).
Following format should be used:
‘ssh اسم المستخدم@hostid -p port no’
You will asked to enter كلمة المرور which يمكنك get from the FTP detail.
6. After entering the كلمة المرور you should be able to use افتحssh as كما هو موضح أدناه.
Using افتحssh on Ubuntu #
Similar to Windows , first install openssh on الـ Seedbox الخاص بك and note the host id and port no as reference for making connection. Now lets try connecting الـ Seedbox الخاص بك using افتحssh on ubuntu system.
- افتح terminal على 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.
إذا 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 العملية ids which are currently using ‘apt’.
4. Kill العملية 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. يمكنك now test your installation by creating a connection to الـ Seedbox الخاص بك as mentioned in the windows openssh connection section. Ex. ssh <اسم المستخدم>@<host id> -p <port no.>
You will be prompted to enter كلمة المرور and accept SH256 signature after which connecting process will be complete.












