Report this

What is the reason for this report?

Connect Prompt (iOS app) to Digital Ocean via ssh

Posted on January 13, 2019

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!

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.

@camilopereirat

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

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.