diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-01-04 17:07:28 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-01-04 17:09:50 +0530 |
commit | f87bba16e8904d84b07cc82f01f0b2e8ba06880a (patch) | |
tree | 0fbd2ba9046f7b90d82357a0b2957a1db8a0c84e | |
parent | 4300e47819ee709774c22c6f3f243e1dc9539e57 (diff) |
mox/ssh: listen on port 465
-rw-r--r-- | hosts/mox/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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; }; |