- In Terminal, type
ssh-keygen -t dsa - Accept the defaults when it queries you.
- Enter the following command, replacing 'username' with your username, and 'ip.add.ress.here' with your server's IP address.
rsync -av -e "ssh" ~/.ssh/id_dsa.pub
username@ip.add.ress.here:.ssh/authorized_keys - Enter your root password.
- Now you will need to SSH into your server to confirm the key was uploaded.
ssh username@yourdomain.com - Enter the following commands:
chmod 700 ~/.ssh
chmod 600 ~/.ssh/authorized_keys
chown username. ~/.ssh/authorized_keys
SSH Keying Through Terminal (Mac OS X / Linux) Print
- 280
Was this answer helpful?
Related Articles
Is it a problem if I'm not in the US?
Not at all! In fact, we already have customers in countries all over the world.
I uploaded my page but it's not working!
Make sure that you are uploading to the public_html or www folder. Only the files placed...
What is an error 404 page?
Error 404 indicates that you are requesting a file or a directory that does not exist on the...
Can I run scripts like Wordpress, Joomla, or phpBB on my site?
Absolutely! We make it extremely easy to install over 250 different scripts via the Softaculous...
Can I upgrade my plan or features later?
Upgrades/Addons are available to purchase at any time through your Client Area dashboard. Once...