Hello. I use four droplets which are all Debian. My all droplets have account that name is debian.
I accessed the passwd file.
debian:x:1000:1000:Cloud-init-user,,,:/home/debian:/bin/bash
May I change password of debian account? I’m worry about malfunction regarding on Cloud-init-user.
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!
Yes
sudo will sign in with the “debian” account or any other account that has root privileges - ie… sudo.
sudo passwd
this will prompt you for the current password.
if you’re looking to add a user with root privileges…
sudo adduser USERNAME && sudo usermod -aG USERNAME sudo USERNAME
This will add a user prompting you to answer a few questions and then add them to the sudo group.
As far as cloud-init goes that I am unsure of. Does it work from SSH-KEY? so no passwd needed. I would spin up a dummy droplet and test it out just to see.
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.