Skip to content
1
Prerequisites
2
Generate Keypair
3
Using Public Keys
4
Using Private Keys
5
Completed

Step 1: Prerequisites

  1. Ensure everything is up-to-date:

    Install the latest updates of your Operating System.

    Keep your software up-to-date!

    Regularly check and install updates of your operating system and installed software.

  2. Install required software:

    Begin by selecting your current operating system, as this will determine how you generate and use your SSH keys. If you already have done this before, you can skip this step and click the Continue button below.


    For Windows users, we recommend installing MobaXterm. Follow the steps below to download and install MobaXterm.

    1. Visit the MobaXterm Website

      Directly download MobaXterm from the official website.

    2. Select the Edition

      The free Home Edition is generally adequate, offering a choice between a Portable Edition and an Installer Edition.

      • If uncertain, opt for the Installer Edition for ease of use.

    OpenSSH should be available by default on most Windows 11 installations. For Windows 10 or if manual installation is required, refer to the Microsoft documentation for further instructions.

    Only install the "OpenSSH Client".

    You'll only need to install the OpenSSH Client! Please do not install the "OpenSSH Server" unless you're sure it's needed.

    GUI Applications/X11 Forwarding

    For loading X11/GUI applications from the terminal, consider installing the following tool: VcXsrv

    This will facilitate GUI applications and X11 forwarding on your system.

    No extra software is needed. SSH is usually already installed.

    Please refer to documentation of your Linux distro if this isn't the case.

    You don't need to install anything extra. SSH is already set up and ready to use in the terminal.

    Other SSH clients

    While there are many software solutions available for SSH. It's not something we'll actively support and is at your own risk.

Continue