ssh tiaufowaehfiuwaerh

This commit is contained in:
Sakooooo 2024-12-31 16:49:36 +04:00
parent 85a14cf303
commit 4e0d5d9a8f
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -12,12 +12,12 @@ in {
services.openssh = {
enable = true;
ports = [ 69 ];
openFirewall = true;
settings = {
# disable this NEVER enable it
PermitRootLogin = "no";
# its so easy to use keys your grandmother could use it
PasswordAuthentication = false;
openFirewall = true;
};
};