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...

What is SSH?

SSH (Secure Shell protocol) is a software package that enables secure system administration and file transfers over insecure networks. It is far more reliable to use when transferring large files, as the connection is more stable than FTP (File Transfer...