Deploy VPS solution
Tip
The issues of this repository are issues for the overall infrastructure of piquel.fr.
-
Open SSH configuration file
sudo vim /etc/ssh/sshd_config -
Modify the following in the file:
PermitRootLogin no # Disable root login
PasswordAuthentication no # Disable password based auth
UsePAM no # Disable PAM authentication
- Check other files in the directory for similar settings