"Match User" or "Match Group".

Issues related to applications and software problems and general support
Post Reply
hack3rcon
Posts: 757
Joined: 2014/11/24 11:04:37

"Match User" or "Match Group".

Post by hack3rcon » 2020/09/11 18:39:53

Hello,
A server has some users. Some of them need SSH login and some of them doesn't. If I created a user and add this lines to "sshd_config" file then could it affect other users too?

Code: Select all

Match User test
#specify chroot jail
ChrootDirectory /home/test
AllowTcpForwarding no
Every lines below of "Match User test" considered for "test" user?

Thank you.

Post Reply