From f87bba16e8904d84b07cc82f01f0b2e8ba06880a Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Thu, 4 Jan 2024 17:07:28 +0530 Subject: mox/ssh: listen on port 465 --- hosts/mox/configuration.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'hosts') diff --git a/hosts/mox/configuration.nix b/hosts/mox/configuration.nix index 6742cc3..8d66673 100644 --- a/hosts/mox/configuration.nix +++ b/hosts/mox/configuration.nix @@ -9,6 +9,7 @@ services.openssh = { enable = true; + ports = [ 22 465 ]; settings.PasswordAuthentication = false; }; -- cgit v1.2.3