Having trouble logging into Filezilla under the 'root' account.

Linode Staff

I'm trying to login to Filezilla using the 'root' account but I'm unable to do so.

1 Reply

Since you are using ssh credentials to login to Filezilla, I would ensure that the 'root' account has permission to login via ssh. To verify this, you can run the following command and verify the "PermitRootLogin" setting:

egrep -i '(permit)' /etc/ssh/sshd_config

If this is set to "no", you can change this to "yes" by editing the file.

vi /etc/ssh/sshd_config

I would consider leaving this set to "no" rather than changing it, primarily for securtiy reasoning. The other option would be to create a normal Linux user account and connect to Filezilla using this account.

https://www.linode.com/docs/tools-reference/linux-users-and-groups/#creating-and-deleting-user-accounts

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct