Support for included files in sshd_config in scripts/web-add.sh #92

Closed
opened 2024-03-08 15:56:57 +01:00 by tdavid · 1 comment
Owner

Hello,

I recently added users via evoadmin on a fresh install of Debian12 but the users were not added to AllowGroup, preventing ssh connection of added users.

Since we configure ssh in /etc/ssh/sshd_config.d/*.conf,
we should adapt also scripts/web-add.sh to search for AllowedUser and AllowGroup in these files.
Or check for Include mention in /etc/ssh/sshd_config and check referenced files :

Include /etc/ssh/sshd_config.d/*.conf

Hello, I recently added users via evoadmin on a fresh install of Debian12 but the users were not added to AllowGroup, preventing ssh connection of added users. Since we configure ssh in /etc/ssh/sshd_config.d/*.conf, we should adapt also scripts/web-add.sh to search for AllowedUser and AllowGroup in these files. Or check for Include mention in /etc/ssh/sshd_config and check referenced files : Include /etc/ssh/sshd_config.d/*.conf
lpoujol self-assigned this 2024-03-15 10:55:20 +01:00
Owner

Solved by @bwaegeneire in #94

Solved by @bwaegeneire in #94
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: evolix/evoadmin-web#92
No description provided.