I’ve been trying to sftp to the root directory
droplet ip user: root pass: same pass I use on the droplet console
and I get this Error: Authentication failed. Error: Critical error: Could not connect to server
I’ve cleared my system, updated filezilla even rebooted my computer and it still does that.
What I need to do is get to my csr that i created so I can install an ssl
any help, I would be grateful for… thanks
dave
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!
Hi There,
It may be that you have SSH connections disabled for the ‘root’ user?
From the command line, check the following file:
/etc/ssh/sshd_config
If you see the following line:
PermitRootLogin yes
Then root login as been disabled over SSH/SFTP.
If you are able to login to the root account over SSH, you may want to double check the password for case sensitive letters or extra spaces.
One way to test out what is going on is to create an ordinary user and SFTP your information to that account on your droplet.
Then, by command line, you can move that information from the newly created user account to the root account. I would recommend to disable root login at some point as this is best practise, and there are lots of SSH bots that will try to brute force login the root account.
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.