So I’m trying to access to my server using my iOS device trough an App called Prompt 2, it’s connect via ssh.
My data in prompt is:
SHH | IP of the server Port | 22 Username | root Password | The password
the error I get is: “Credentials were not accepted by the server”
I tried with another VPS provider and worked with no problems. So I asume is something with Digital Ocean.
Anyone using this App was able to connect via ssh to Digital Ocean?
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!
Accepted Answer
When you create a droplet with your public key the droplet is configured to accept public key authentication and refuse password authentication, I think this is your problem to make sure open this file /etc/ssh/sshd_config and make sure that PasswordAuthentication is set to yes not no, then restart ssh with this command sudo servcie ssh restart
Hope this helps
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.