You have tried to access an archived page. Please go to the new https://root360.atlassian.net/wiki/spaces/KB to find more documents.


To get the access to a root360 platform, an OpenSSH Pulic Key is required.

Create SSH key 

Linux shell

An SSH-Key-Pair can be generated with the resources of each Linux / Unix derivative.

The following command is used to generate a key pair with the following properties via a terminal:

ssh-keygen -b 4096 -f /Pfad/zum/privateKeyFile -C "comment"

Windows (Puttygen)

The puttygen.exe tool is required for generating in Windows. The tool can be downloaded eg at https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html .

Once the program is started, please make the following settings:

After this, a key can be generated via the [GENERATE] button. The public part as well as the secret can be saved via the [Save public key] and [Save private key] buttons. Root360 requires either the public key or the "OpenSSH key" shown in the upper section (the latter is preferred).

SSH key transmission

After successful creation of your SSH key, your public SSH key has to be sent to root360 Ticket system at https://support.root360.cloud to get provisioned.

(warning) Never share your private key to another person. Distribute your public SSH key only.

You can find the public SSH key for Windows at Puttygen as "OpenSSH key" shown in the upper section. For Linux / Unix derivative you find your public key in the directory of creation which has the same name, but ends with ".pub".