Disable PAM auth on SSH

This commit is contained in:
Jimbo 2024-09-10 14:50:31 -04:00
parent 5c5daa49b7
commit e417ad358c

View file

@ -7,6 +7,7 @@
PermitRootLogin = "no";
PrintLastLog = "no";
PasswordAuthentication = false;
UsePAM = false;
};
};