diff options
author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-09-04 19:32:03 +0200 |
---|---|---|
committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-09-04 19:32:03 +0200 |
commit | e2cde1f2db2d55409c9ad5fa526abd763153fbb8 (patch) | |
tree | 6231cad339cd2b365fabe664f13a484ce581de6f /hel.nix | |
parent | 8441452e63066a83c1eab4164e2eeb6adef1bd62 (diff) | |
download | nixos-e2cde1f2db2d55409c9ad5fa526abd763153fbb8.tar nixos-e2cde1f2db2d55409c9ad5fa526abd763153fbb8.tar.gz nixos-e2cde1f2db2d55409c9ad5fa526abd763153fbb8.tar.bz2 nixos-e2cde1f2db2d55409c9ad5fa526abd763153fbb8.tar.xz nixos-e2cde1f2db2d55409c9ad5fa526abd763153fbb8.zip |
sshd syntax is crap.
Diffstat (limited to 'hel.nix')
-rw-r--r-- | hel.nix | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 | }; |