user log in not working, only root works on FTP or SSH.

I have been able to log in as root but it won't let me log in as a user. Both users I created have unrestricted access so I'm not sure why it is not working. Thank you

1 Reply

Tough to say without knowing more. You could try connecting to the server verbosely -- this might give you some additional error output that could be useful:

$ ssh -vvv user@IP-ADDRESS

You could also check the /var/log/auth.log file to see if there's any information on why you can't log in.

Might also want to check out our guide on managing Linux Users and Groups -- there might be some relevant information in there.

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