mirror of
https://github.com/zoriya/flake.git
synced 2026-06-01 10:15:45 +00:00
Set ssh port to 1022
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
ports = [ 1022 ];
|
||||
settings = {
|
||||
PasswordAuthentication = false;
|
||||
PermitRootLogin = "no";
|
||||
|
||||
Reference in New Issue
Block a user