Set ssh port to 1022

This commit is contained in:
2024-09-25 16:02:22 +02:00
parent ee7e90df79
commit 51608a71dd
+1
View File
@@ -26,6 +26,7 @@
services.openssh = {
enable = true;
ports = [ 1022 ];
settings = {
PasswordAuthentication = false;
PermitRootLogin = "no";