How To Create Public and Private Keys With PuTTYgen

PuTTY is a free open-source network file transfer application. It can support various network protocols like SCP and SSH. PuTTYgen functions to create public and private key pairs used when connecting to your site via SSH. Although these keys are stored natively in a...

How to add your SSH public key to the Mshini control panel

How to add your SSH public key to the Mshini Control Panel: Select My Account on the top right of the Mshini webpage.Select Manage Sites from the menu on the left.To the right of the site you would like to add an SSH Public Key to, select Manage SSH Keys.In the...

How to get your SSH key pairs on Linux

How to get your SSH key pairs on Linux: Open your chosen Terminal applicationOnce Terminal is open, type the following command: ssh-keygen -t rsaWhen you execute this command, the ssh-keygen utility will ask you where it should store the generated key.Type...

How to get your SSH key pairs on Mac

How to get your SSH key pairs on Mac: Open Terminal application by going to Finder → Go → Utilities → TerminalOnce Terminal is open, type the following command: ssh-keygen -t rsaWhen you execute this command, the ssh-keygen utility will ask you where it...

How to get your SSH key pairs on Windows

How to get your SSH key pairs on Windows: Download and install PuTTY, a free SSH client, at the following link.Once installed, go to Windows Start menu → All Programs → PuTTY→ PuTTYgenBy default, RSA is selected. You...