summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-09-04 19:32:03 +0200
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-09-04 19:32:03 +0200
commite2cde1f2db2d55409c9ad5fa526abd763153fbb8 (patch)
tree6231cad339cd2b365fabe664f13a484ce581de6f
parent8441452e63066a83c1eab4164e2eeb6adef1bd62 (diff)
downloadnixos-e2cde1f2db2d55409c9ad5fa526abd763153fbb8.tar
nixos-e2cde1f2db2d55409c9ad5fa526abd763153fbb8.tar.gz
nixos-e2cde1f2db2d55409c9ad5fa526abd763153fbb8.tar.bz2
nixos-e2cde1f2db2d55409c9ad5fa526abd763153fbb8.tar.xz
nixos-e2cde1f2db2d55409c9ad5fa526abd763153fbb8.zip
sshd syntax is crap.
-rw-r--r--hel.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/hel.nix b/hel.nix
index 41d9ab02..5d4eb207 100644
--- a/hel.nix
+++ b/hel.nix
@@ -105,8 +105,9 @@
105 Match User media 105 Match User media
106 ForceCommand ${pkgs.openssh}/libexec/sftp-server 106 ForceCommand ${pkgs.openssh}/libexec/sftp-server
107 PermitTTY no 107 PermitTTY no
108 AllowPortForwarding no 108 AllowTcpForwarding no
109 AllowX11Forwarding no 109 AllowStreamLocalForwarding no
110 X11Forwarding no
110 AllowAgentForwarding no 111 AllowAgentForwarding no
111 ''; 112 '';
112 }; 113 };