summaryrefslogtreecommitdiff
path: root/modules/server/ssh.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/server/ssh.nix')
-rw-r--r--modules/server/ssh.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/server/ssh.nix b/modules/server/ssh.nix
index dd91843..4c27a00 100644
--- a/modules/server/ssh.nix
+++ b/modules/server/ssh.nix
@@ -1,6 +1,5 @@
{ ... }:
{
- services.eternal-terminal.enable = true;
programs.mosh.enable = true;
services.openssh = {
enable = true;
@@ -8,7 +7,7 @@
settings.PasswordAuthentication = false;
};
- networking.firewall.allowedTCPPorts = [ 22 2020 ];
+ networking.firewall.allowedTCPPorts = [ 22 ];
users.users.root.openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJl9iYG5oHBq/poBn7Jf1/FGWWbAnbx+NKjs7qtT3uAK 0xa@toaster 2024-12-31"
];