diff options
Diffstat (limited to 'modules/services/openssh.nix')
| -rw-r--r-- | modules/services/openssh.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/services/openssh.nix b/modules/services/openssh.nix index 68d1511..8bb530c 100644 --- a/modules/services/openssh.nix +++ b/modules/services/openssh.nix @@ -9,6 +9,8 @@ enable = true; ports = [ 8693 ]; settings = { + AllowTcpForwarding = false; + AllowAgentForwarding = false; PasswordAuthentication = false; X11Forwarding = false; PermitRootLogin = "yes"; |
