miltonardila

Pensando ando...

Connecting to a Shared Server SSH with a Mac

Generate Key for Shell Access

ssh-shell-access.png * Login to the cPanel and then go to the SSH/Shell Access icon. Click on it to access section where you can generate the private key. cpanel-manage-ssh-key.png * Click on the button labeled Manage SSH Keysmanage-ssh-keys.png * Click on the button labeled Generate a new key* Type in a password (do NOT use the password generator), then confirm it. Make sure to write down the password you used. Leave the key type at DSA and key size at 1024. * If you are creating a key for the first time, click on the Generate Key button. * You should then see a confirmation that the key was generated. Return to the Manage SSH Keys screen * You should see the Public key AND the Private key generated with the name "id_dsa". Click on View/Download for the PRIVATE key. This is the key that you will need to load onto your Mac. * Download the file to your Mac client. To make it simple for this tutorial, copy the file to your desktop. key-generated-not-authorized.png * Before we move to the Mac side of things, you should check to see if the PUBLIC key has an authorization status of NOT AUTHORIZED. Click on the Manage Authorization link. This will authorize the key for you! NOTE: If you don't authorize this key, it doesn't matter what you do on the Mac side, you won't be able to login.The next portion of the process requires that you login to your Mac as an administrator. We will be using the default Terminal program in order to login to SSH using the key that we generated above.

Use Apple Terminal Program to Connect to SSH

* Login to your Terminal program. If you don't know how to do this, go the magnifying glass in the OS toolbar (usually at the top right - this is Spotlight) and type in "terminal". You should see Terminal appear as an application. Select it and it will launch. Note that if you are not logged into your Mac as the administrator you will not be able to make these changes. * Go to your desktop where you copied the ID_DSA file. The terminal command is: cd desktop* Make sure that the ID_DSA file is already on your desktop. Then type the following into your terminal:

cp -frp id_dsa ~/.ssh This will copy the key into the .ssh folder.

  1. Next run the following command to add the identity to your computer.
  2. ssh-add -K id_dsa

You will then need to type in the password you used to generate the key in cPanel.

  1. You should see a confirmation that the identity has been added to your Mac. When this is complete, you will be able to use the SSH command to login to the server. The cPanel user name will need to be used along with the server name. The command will look like this:

ssh -p 2222 cpanelusername5@servername.inmotionhosting.com Here's an example: ssh -p 2222 user5@ecbiz188.inmotionhosting.com)* If this is the first time you have connected the server, you may see a message stating that it can't identity the server. Just click on "YES" to proceed (just make you're connecting to the right server). The password should automatically work and you should see the terminal connect. This completes the tutorial for creating a new SSH key to connect your Mac terminal program to the InMotion Hosting shared server SSH. For best security practices, make sure to keep your key private and don't share the password unless necessary.

Importante chmod 600 clave Para poder añadirla al llavero