SSH enabled and working for user, but details for user says it's disabled

MackSix

Verified User
Joined
Apr 5, 2021
Messages
38
I enabled SSH for a user and it works, but details for user says it's disabled.

As Admin, I enabled it for a reseller and it didn't work unless I added a shell to /etc/passwd with "usermod --shell /bin/bash <user>"

It works fine, but when I am logged in as the reseller, under the reseller's user details, it says SSH is disabled.

Is this a bug that it was never enabled when I enabled it for the user the first time?
 
don't give "/bin/bash" to other user,
I recommend to use "jailshell"


What's your OS ?
May you try adding new user and enabled ssh for makesure it's bug only one user.
 
Last edited:
look like it's bug from cloudlinux,
I test with Centos 8 || DA1.61.5 , It's working normally
 
I just give detail checking from my server,
Because I got option "AllowUsers" when I allowed ssh to reseller account

it's relate to https://www.directadmin.com/features.php?id=2760
for backward comparative

Sorry my answer not clear,
may I change to "look like it's bug from your server. not relate to DA".
 
Last edited:
I just give detail checking from my server,
Because I got option "AllowUsers" when I allowed ssh to reseller account

it's relate to https://www.directadmin.com/features.php?id=2760
for backward comparative

Sorry my answer not clear,
may I change to "look like it's bug from your server. not relate to DA".
Unless I am mistaken, AllowUsers for a reseller would allow the reseller to enable SSH for users. I am allowing SSH for the reseller. I don't allow resellers to enable SSH for users. A reseller is a user too. If you are enabling for a user that is not a reseller, it's not exactly the same as what I am doing.

I still don't get how you can conclude it is a bug from my server and not related to DA. :)
 
Back
Top