website logo
⌘K
Deemix
Basics of getting started
Login details
Using Electorrent
FTP Credentials
How to get faster FTP downloads?
Getting started with Seedbox one-click Installs
How to reset your seedbox?
Why you are not able to access your seedbox?
Choosing a Seedbox Plan
How to terminate my service?
Unavailable Applications in Seedbox
Rutorrent getting started
Setting up irssi with rutorrent
Restarting Rutorrent on Seedbox
Creating an archive with ruTorrent
Adding torrent to seedbox
Using watch folder(large torrents)
Extracting an archive with ruTorrent
How to create torrents using ruTorrent
Common ruTorrent errors and how to fix them
Guide to increase download and upload queues in Rutorrent.
Reroute your seedbox
Open VPN connect
Advanced
Why my seedbox is slow?
How to get maximum transfer speed using FTP in Filezilla?
Basics of Seedbox
How to transfer data from the previous provider to your Seedbox via FTP
Why my seedbox is slow?
How to access your seedbox files using HTTP access
How to restart your Seedbox
How to change your rutorrent client password?
How to use your Seedbox Dashboard?
Why I have slow FTP download speeds
App Tutorials
Rclone Gdrive setup
Calibre setup
OwnCloud
Electorrent set-up
Ombi
Tautulli
Setting up Team Speak
Installing and setting up Clarkson
Using Emby
Firefox Torrent Control remote torrent adder
FileBot Renaming Files
Chrome remote torrent adder
Using electorrent as torrent client
How to set up ZNC
Setting up irssi with rutorrent
Setting up Plex
Setting up Sonarr
How to update an APP
Duplicati
SyncLounge
How to transfer files from your seedbox to your Google Drive?
How to add libraries in Plex and synchronize your streaming content?
Getting started with Seedbox one-click Installs
How to Use Secure Server Connections in Plex
What is Jdownloader and how to use it?
Sync flies between your seedbox and PC
How to use Btsync with your Seedbox?
Beginners Guide to NextCloud
What is Pyload and how to use it?
How to use Jackett with your Seedbox?
What is Medusa and how to use it with your seedbox?
How to use Radarr with your Seedbox - Evoseedbox tutorial
How to connect Jellyfin with your Seedbox?
How to use Couch Potato with your Seedbox?
How to use Emby with your EvoSeedbox?
MatterMost Guide
How to use subsonic with your EvoSeedbox?
Duplicati Guide
Requestrr part 1 setting up the discord bot.
How to use Peerflix with your EvoSeedbox?
How to use Lidarr with your EvoSeedbox?
OpenSSH Tutorial
Error fixes
Why my seedbox is slow?
Common ruTorrent errors and how to fix them
Fix torrent with a red cross before them
Stream
How to Use Secure Server Connections in Plex
How to stream videos from seedbox on VLC
How to add libraries in Plex and synchronize your streaming content?
Android Apps
NZB360
Docs powered by archbee 
9min

OpenSSH Tutorial



Open SSH  is a connectivity tool for secure remote access to your seedbox. It is based on SSH protocol. It encrypts your traffic to eliminate eavesdropping, connection hijacking and other cyber security attacks.

How to access your seedbox using Open SSH on the Windows system. For accessing your seedbox using OpenSSH you first need to install OpenSSH on your seedbox.Let’s look into the installation of Openssh on evoseedbox.

1. Login to your client area and search for OpenSSH in the apps section.

Document image
Document image



2. Click on the install button and once the installation is complete open the app from the installed app section as shown below.

Document image

You will be able to see a pop-up where your host id and port number which will be used for creating a connection.

Document image

This completes our OpenSSH installation on our Seedbox.To use Openssh on windows we need to first install openssh client on our windows too. This link will guide you how to check if Openssh is installed or not and also how to install it  if not already installed.



3. Once Openssh client is installed.Open powershell on windows by searching ‘Power Shell’ in windows apps.

Document image



4. On opening the Power Shell type ‘ssh’ and hit enter. If Openssh is correctly installed  you will see the openssh usage guide as shown below.

Document image



5. Now to connect to your seedbox type ssh command with the username  provided in the FTP detail and hostid(provided in OpenSSH window).

Following format should be used: ‘ssh [email protected]  -p  port no’

Document image



You will asked to enter password which you can get from the FTP detail.

Document image



6. After entering the password you should be able to use Openssh as shown below.

Document image



Using Openssh on Ubuntu

Similar to Windows , first install openssh on your seedbox and note the host id and port no as reference for making connection. Now lets try connecting your seedbox using Openssh on ubuntu system.

  1. Open terminal on your system and type following command:

‘sudo apt update ‘

Document image



2. Once the above command execution is complete . Type ‘ sudo apt install openssh-client’ and press enter.

Document image

If you 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’.

Document image



4. Kill the process 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’

Document image



5. You can now test your installation by creating a connection to your seedbox as mentioned in the windows openssh connection section. Ex. ssh <username>@<host id> -p <port no.>

Document image

You will be prompted to enter password and accept SH256 signature after which connecting process will be complete.

Updated 20 May 2021
Did this page help you?
Yes
No
UP NEXT
Error fixes
Docs powered by archbee 
TABLE OF CONTENTS
Using Openssh on Ubuntu