Hello everyone:
He was setting up ssh options (/ etc / ssh / sshd_config) and disabled the root user so I could log in via ssh, for this use the following parameter:
PermitRootLogin no
Without realizing add another parameter:
AllowUsers jhoedram
Restart the service shh, I left the console and I noticed with surprise that the user had placed was disabled, and now I can not enter my droplet. Since only had 2 users: root and jhoedram, root can not log in via ssh and jhoedram is a disabled user.
How I can do to restore my access? Do any of you have an idea?
I hope you can help me, I will be very grateful.
Greetings.
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.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
Since I solved it, I agreed from the VNC console, apparently my enables access since it must work with a different ssh protocol.
Thank You
Contact DO support and they will enable root login for you.