Difference between revisions of "Create User SSH Key"

From Acenet Knowledgebase
Jump to: navigation, search
Line 26: Line 26:
 
[[File:cpsshkey4.png]]
 
[[File:cpsshkey4.png]]
  
7) On the xent page
+
7) On the next page, click the Go Back link at the bottom
 +
 
 +
[[File:cpsshkey5.png]]
 +
 
 +
8)

Revision as of 19:27, 12 February 2018

SSH keys provide a more secure way of logging into a server with SSH than using a password alone. While a password can eventually be cracked with a brute force attack, SSH keys are nearly impossible to decipher by brute force alone.

Generating a key pair provides you with two long string of characters: a public and a private key. You can place the public key on any server, and then unlock it by connecting to it with a client that already has the private key. When the two match up, the system unlocks without the need for a password.

You can increase security even more by adding a password when you generate the SSH key pair. A password is not required, but adds an additional level of security. Even if by some remote chance someone were to get your private key, they would need to know your password in order to use it.

Creating a User SSH Key Pair


1) Login to your cPanel

2) in the Find box at the top of the page, enter "SSH"

3) Click on the SSH Access icon

Cpsshkey1.png

4) Click on the blue Manage SSH Keys button

Cpsshkey2.png

5) At the top of the next page, Click the blue "Generate a New Key" button

Cpsshkey3.png


6) On the next page, enter an easily remembered name, and a key password. Click the blue "Generate Key" button.

Cpsshkey4.png

7) On the next page, click the Go Back link at the bottom

Cpsshkey5.png

8)