diff --git a/machines/109-199-104-83/configuration.nix b/machines/109-199-104-83/configuration.nix index af6c9bb..58215fe 100644 --- a/machines/109-199-104-83/configuration.nix +++ b/machines/109-199-104-83/configuration.nix @@ -60,19 +60,12 @@ services.openssh = { enable = true; allowSFTP = false; - ports = [5522]; + ports = [22 5522]; settings = { PermitRootLogin = "no"; PasswordAuthentication = false; KbdInteractiveAuthentication = true; }; - extraConfig = '' - AllowTcpForwarding no - AllowAgentForwarding no - MaxAuthTries 3 - MaxSessions 4 - TCPKeepAlive no - ''; }; environment.persistence."/nix/persist" = { enable = true;