By msaharia
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!
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
*.pubkey to the remote server renaming it toauthorized_keys. Once complete as long as the matching key is added to your local key chain Example:
ssh-add ~/.ssh/id_rsayou should be able to log into the remote server with no passwd.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.