Is it possible to add a different sshd_config to each individual shell user for different configuration? How can I achieve this? Using ISPConfig v3.2.9 on Ubuntu 22.04.
You can set it like this in the sshd_config file: Code: Match User Thom PasswordAuthentication no Match User Till PasswordAuthentication yes
Okay and if I do not set a User in sshd config then the settings in sshd config will be universal to all users in ISPConfig or only root?