diff options
author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-09-04 19:51:26 +0200 |
---|---|---|
committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-09-04 19:51:26 +0200 |
commit | 208f52e95bd5fe2d42c8356e4b524a95afe60611 (patch) | |
tree | 03439e79943bb3474229de997c5bc7d627eb754f | |
parent | 664d7aa4bdb48c15abb236fba86d21619595ee54 (diff) | |
download | nixos-208f52e95bd5fe2d42c8356e4b524a95afe60611.tar nixos-208f52e95bd5fe2d42c8356e4b524a95afe60611.tar.gz nixos-208f52e95bd5fe2d42c8356e4b524a95afe60611.tar.bz2 nixos-208f52e95bd5fe2d42c8356e4b524a95afe60611.tar.xz nixos-208f52e95bd5fe2d42c8356e4b524a95afe60611.zip |
use internal sftp
-rw-r--r-- | hel.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -103,7 +103,7 @@ | |||
103 | enable = true; | 103 | enable = true; |
104 | extraConfig = '' | 104 | extraConfig = '' |
105 | Match User media | 105 | Match User media |
106 | ForceCommand ${pkgs.openssh}/libexec/sftp-server | 106 | ForceCommand internal-sftp |
107 | PermitTTY no | 107 | PermitTTY no |
108 | AllowTcpForwarding no | 108 | AllowTcpForwarding no |
109 | AllowStreamLocalForwarding no | 109 | AllowStreamLocalForwarding no |