summaryrefslogtreecommitdiff
path: root/config/services/sshproxy
diff options
context:
space:
mode:
authorquentin@aristote.fr <quentin@aristote.fr>2026-01-17 21:14:29 +0100
committerquentin@aristote.fr <quentin@aristote.fr>2026-01-17 21:15:58 +0100
commit2ced95087c480f98040c09fe3643911c8c3b2868 (patch)
tree9bf7c9e037e33800012c5205bc89859526490e3f /config/services/sshproxy
parent41cfaef46361ab9d271208214f853a7a6a73c522 (diff)
ssh: harden
Flake lock file updates: • Updated input 'my-nixpkgs': 'github:qaristote/my-nixpkgs/06986b3a0d884cbaed54cf307c2e3bf2902f4a7b' (2025-12-24) → 'github:qaristote/my-nixpkgs/920d3342d55312937fed357f9abe165bb2aa281b' (2026-01-17) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/9ef261221d1e72399f2036786498d78c38185c46' (2025-12-28) → 'github:NixOS/nixpkgs/d4fa45dc2d4d32c10cb7c6b530a6b4b7d2429442' (2026-01-15)
Diffstat (limited to 'config/services/sshproxy')
-rw-r--r--config/services/sshproxy/default.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/config/services/sshproxy/default.nix b/config/services/sshproxy/default.nix
index 7bfbc62..24d29c4 100644
--- a/config/services/sshproxy/default.nix
+++ b/config/services/sshproxy/default.nix
@@ -18,10 +18,5 @@
Match user sshjump
AllowTcpForwarding yes
AllowAgentForwarding yes
- PasswordAuthentication no
- PermitTunnel no
- GatewayPorts no
- PermitTTY no
- X11Forwarding no
'';
}