Report this

What is the reason for this report?

Ubuntu script to run on image load

Posted on March 5, 2015

I am using ubuntu machine for my hadoop testing. When i finished my work, I save snapshot and destroy droplet. I created rsa key for passwordless login to localhost in droplet. Next time I create droplet from saved snapshot but it seems like ssh localhost is not working anymore without password. I need to delete contents of known_hosts file and again create rsa for passwordless login to localhost. One solution i can think is to wrap above steps in script and run that script only at droplet creation from snapshot. But I don’t know how to configure this script. Is there any other way to accomplice above task.



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.

When you deploy a droplet from a snasphot ssh keys for the root user are removed but keys for other user accounts should remain in place.

You can use user-data to execute commands or run scripts on droplet creation. This guide should help.

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.