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 = { services.openssh = {
enable = true; enable = true;
ports = [ 69 ]; ports = [ 69 ];
openFirewall = true;
settings = { settings = {
# disable this NEVER enable it # disable this NEVER enable it
PermitRootLogin = "no"; PermitRootLogin = "no";
# its so easy to use keys your grandmother could use it # its so easy to use keys your grandmother could use it
PasswordAuthentication = false; PasswordAuthentication = false;
openFirewall = true;
}; };
}; };