Öffnen SSH is a connectivity tool for secure remote access to Ihrer Seedbox. It is based on SSH protocol. It encrypts your traffic to eliminate eavesdropping, connection hijacking and other cyber security attacks.
So können Sie access Ihrer Seedbox using Öffnen SSH on the Windows system.
For accessing Ihrer Seedbox using ÖffnenSSH you first need to installieren ÖffnenSSH on Ihrer Seedbox.Let’s look into the installierenation of Öffnenssh on evoseedbox.
1. Anmeldung to your Kundenbereich and suchen for ÖffnenSSH in the apps section.
2. Klicken Sie auf the installieren button and once the installierenation is complete öffnen the app from the installierened app section wie unten gezeigt.
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 ÖffnenSSH installierenation on our Seedbox.To use Öffnenssh on windows we need to first installieren öffnenssh client on our windows too. This link will guide you how to check if Öffnenssh is installierened or not and also how to installieren it if not already installierened.
3. Once Öffnenssh client is installierened.Öffnen powershell on windows by suchening ‘Power Shell’ in windows apps.
4. On öffnening the Power Shell tippen Sie ‘ssh’ and hit geben Sie ein. If Öffnenssh is correctly installierened sehen Sie the öffnenssh usage guide wie unten gezeigt.
5. Now to connect to Ihrer Seedbox tippen Sie ssh command with the Benutzername provided in the FTP detail and hostid(provided in ÖffnenSSH window).
Following format should be used:
‘ssh Benutzername@hostid -p Port no’
You will asked to geben Sie ein Passwort which können Sie get from the FTP detail.
6. Nach geben Sie eining the Passwort you should be able to use Öffnenssh wie unten gezeigt.
Using Öffnenssh on Ubuntu #
Similar to Windows , first installieren öffnenssh on Ihrer Seedbox and note the host id and Port no as reference for making connection. Now lets try connecting Ihrer Seedbox using Öffnenssh on ubuntu system.
- Öffnen terminal on your system and tippen Sie following command:
‘sudo apt aktualisieren ‘
2. Once the above command execution is complete . Tippen Sie ‘ sudo apt installieren öffnenssh-client’ and press geben Sie ein.
Wenn Sie face an Fehler as shown in the screenshot above, you need to kill the ongoing process which is using apt.
3. Tippen Sie ‘ ps aux | grep -i apt’ and press geben Sie ein which will list all the process ids which are currently using ‘apt’.
4. Kill the process using the command ‘sudo kill <process id>’. Nach th process has been terminated try again to installieren öffnenssh client using the same command ‘sudo apt installieren öffnenssh-client’
5. Sie können now test your installierenation by creating a connection to Ihrer Seedbox as mentioned in the windows öffnenssh connection section. Ex. ssh <Benutzername>@<host id> -p <Port no.>
You will be prompted to geben Sie ein Passwort and accept SH256 signature nach which connecting process will be complete.













