Açın SSH is a connectivity tool for secure remote access to seedbox’unuz. It is based on SSH protocol. It encrypts your traffic to eliminate eavesdropping, connection hijacking and other cyber security attacks.
Nasıl access seedbox’unuz using Açın SSH on the Windows system.
For accessing seedbox’unuz using AçınSSH you first need to install AçınSSH on seedbox’unuz.Let’s look into the installation of Açınssh on evoseedbox.
1. Login sizin müşteri alanı and search for AçınSSH in uygulamas section.
2. Tıklayın: the install düğme and once the installation is complete open uygulama den installed app section as aşağıda gösterilmiştir.
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 AçınSSH installation on our Seedbox.To use Açınssh on windows we need to first install openssh client on our windows too. This link will guide you how to check if Açınssh is installed or not and ayrıca how to install it if not already installed.
3. Once Açınssh client is installed.Açın powershell on windows by searching ‘Power Shell’ in windows apps.
4. On opening the Power Shell type ‘ssh’ and hit enter. If Açınssh is correctly installed göreceksiniz see the openssh usage guide as aşağıda gösterilmiştir.
5. Now to connect to seedbox’unuz type ssh command with the kullanıcı adı provided in the FTP detail and hostid(provided in AçınSSH window).
Following format should be used:
‘ssh kullanıcı adı@hostid -p port no’
You will asked to enter şifre which yapabilirsiniz get den FTP detail.
6. After entering the şifre you should be able to use Açınssh as aşağıda gösterilmiştir.
Using Açınssh on Ubuntu #
Similar to Windows , first install openssh on seedbox’unuz and note the host id and port no as reference for making connection. Now lets try connecting seedbox’unuz using Açınssh on ubuntu system.
- Açın terminal üzerinde 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.
Eğer 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 süreç ids which are currently using ‘apt’.
4. Kill süreç 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. Yapabilirsiniz now test your installation by creating a connection to seedbox’unuz as mentioned in the windows openssh connection section. Ex. ssh <kullanıcı adı>@<host id> -p <port no.>
You will be prompted to enter şifre and accept SH256 signature after which connecting process will be complete.












