diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-04-02 17:37:44 +0200 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-06-05 15:49:39 +0200 |
commit | fd388d3dcd02f7397df7965aa1d3d7a9f4d8e8ac (patch) | |
tree | ea6e3138161fb1e669d64b40cd530c5c07655bbe /modules/base.nix | |
parent | Fix ssh banner (diff) | |
download | Spacebar-Open-Infrastructure-fd388d3dcd02f7397df7965aa1d3d7a9f4d8e8ac.tar.xz |
Fix ssh conf
Diffstat (limited to '')
-rwxr-xr-x | modules/base.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/base.nix b/modules/base.nix index 3c9da7d..eebfa05 100755 --- a/modules/base.nix +++ b/modules/base.nix @@ -60,7 +60,7 @@ ''; settings = { PasswordAuthentication = false; - GatewyPorts = "yes"; + GatewayPorts = "yes"; KbdInteractiveAuthentication = false; }; startWhenNeeded = true; |