Report this

What is the reason for this report?

How can I add ssh-key to my user account in a new droplet?

Posted on September 28, 2017

I followed this [DO GUIDE](https://www.digitalocean.com/community/tutorials/initial-server-setup-with-ubuntu-16-04

I created a user account and gave it sudo access.

But when I try to copy my ssh keys using ssh-copy-id user@address, I get the following error:

/usr/bin/ssh-copy-id: INFO: attempting to log in with the new key(s), to filter out any that are already installed
/usr/bin/ssh-copy-id: INFO: 1 key(s) remain to be installed -- if you are prompted now it is to install the new keys
Permission denied (publickey).

This used to work before. What is the solution?



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

This question was answered by @jasonjpeters:

If you’re only looking to log into the remote server using SSH Keys on your machine you can copy your *.pub key to the remote server renaming it to authorized_keys. Once complete as long as the matching key is added to your local key chain Example:

ssh-add ~/.ssh/id_rsa

you should be able to log into the remote server with no passwd.

View the original comment

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.