Difference between revisions of "Create User SSH Key"

From Acenet Knowledgebase
Jump to: navigation, search
Line 1: Line 1:
 
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.<br><br>
 
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.<br><br>
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. <br><br>
+
Generating an SSH 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. <br><br>
 
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.
 
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.
 
<br><br>
 
<br><br>
==Creating a User SSH Key Pair==
+
==Creating a User SSH Key==
 
<br>
 
<br>
 
1) Login to your cPanel<br>
 
1) Login to your cPanel<br>
Line 12: Line 12:
  
 
[[File:cpsshkey1.png]]
 
[[File:cpsshkey1.png]]
 +
<br><br>
  
 
4) Click on the blue Manage SSH Keys button
 
4) Click on the blue Manage SSH Keys button
  
 
[[File:cpsshkey2.png]]
 
[[File:cpsshkey2.png]]
 +
<br><br>
  
 
5) At the top of the next page, Click the blue "Generate a New Key" button<br>
 
5) At the top of the next page, Click the blue "Generate a New Key" button<br>
Line 21: Line 23:
 
[[File:cpsshkey3.png]]
 
[[File:cpsshkey3.png]]
  
 
+
<br><br>
 
6) On the next page, enter an easily remembered name, and a key password.  Click the blue "Generate Key" button.
 
6) On the next page, enter an easily remembered name, and a key password.  Click the blue "Generate Key" button.
  
 
[[File:cpsshkey4.png]]
 
[[File:cpsshkey4.png]]
  
7) On the next page, click the Go Back link at the bottom
+
<br><br>
 +
7) On the next page, click the Go Back link at the bottom.  You will be directed back to the Manage SSH Keys screen,
  
 
[[File:cpsshkey5.png]]
 
[[File:cpsshkey5.png]]
  
8)
+
<br><br>
 +
8) Under Public Keys, find the key you just created and click on the Manage Icon.
 +
 
 +
[[File:cpsshkey6.png]]
 +
 
 +
9)

Revision as of 14:47, 13 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 an SSH 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


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. You will be directed back to the Manage SSH Keys screen,

Cpsshkey5.png



8) Under Public Keys, find the key you just created and click on the Manage Icon.

Cpsshkey6.png

9)