How Do I Generate SSH Keys?

An SSH Key allows you to log into your server without needing a password. SSH Keys can be automatically added to servers during the installation process.

Creating an SSH Key On Windows

The simplest way to create an SSH key on Windows is to use PuTTYgen.

Creating An SSH Key On Linux

The tools to create and use SSH are standard and should be present on most Linux distributions. With the following commands, you can generate an SSH key.

Adding An SSH Key To Your Control Panel

Limitations

Connecting To A Server Using An SSH Key From A Windows Client

Connecting To A Server Using An SSH Key From A Linux Client