Cookie Consent

To make this website work properly, we sometimes place small data files called ‘cookies’ on your device. All Cookies are first-party cookies and are essential for the Site to run properly

Essential Data

The Essential Data is needed to run the Site you are visiting technically. You can not deactivate them.

  • OpenSSH installation

    OpenSSH is a connectivity tool for remote login with the SSH protocol.

    • 1. Open a terminal. Right click on your desktop, and click Open in terminal. If on server version of Ubuntu just go to the next step.
    • 2. Type the following command and hit ENTER to download package information from all configured sources. You may skip this step if recently done it.
      $ sudo apt update
    • 3. Type the following command and hit ENTER to install OpenSSH.
      $ sudo apt install -y openssh-server openssh-client
    • 4. Type the following command and hit ENTER to grant firewall access for OpenSSH.
      $ sudo ufw allow ssh
    You'll probably need this tool to remotely connect to your server.