Report this

What is the reason for this report?

how do i regain ftp access if i deleted ssh keys from /etc/ssh

Posted on August 10, 2018

I have a droplet on digital ocean.

As I had to revoke my old SSH keys, I first updated the /root/.ssh/authorized_keys with the new SSH key.

I then deleted the old keys from the file in /root AND ALSO
(this is the problem creating step, I guess…) deleted the keys from /etc/ssh in my ubuntu server, thinking they were the SSHs keys I had generated earlier. ps - I didn’t delete the config files - Ssh_config / ssh_import_id / sshd_config / moduli. I deleted ssh_host_rsa_key_pub / ssh_host_rsa_key and similar files for dsa / ecdsa / ed25519

Now I’m unable to connect to my server. How do I go about solving this issue?

I do have console access to the droplet and I have backups of the files I deleted from etc/ssh



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.

Hello friend!

Fear not. Use our web console to do this. It’s not as responsive as SSH, you can’t paste into it, but it’s perfect for these emergency situations. What you need to do is generate new host keys. I have a guide for you here:

https://www.cyberciti.biz/faq/howto-regenerate-openssh-host-keys/

Kind Regards, Jarland

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.