diff options
author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-09-04 19:39:11 +0200 |
---|---|---|
committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-09-04 19:39:11 +0200 |
commit | e882dec1dac888862824b3d0c0619f78669613fd (patch) | |
tree | bdc772dea12a419fcefd04d8e533c3a376f59ea4 | |
parent | af90c204cf2e5691835005c470522ffcf39dff32 (diff) | |
download | nixos-e882dec1dac888862824b3d0c0619f78669613fd.tar nixos-e882dec1dac888862824b3d0c0619f78669613fd.tar.gz nixos-e882dec1dac888862824b3d0c0619f78669613fd.tar.bz2 nixos-e882dec1dac888862824b3d0c0619f78669613fd.tar.xz nixos-e882dec1dac888862824b3d0c0619f78669613fd.zip |
no user writable authorized_keys
-rw-r--r-- | hel.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -110,6 +110,7 @@ | |||
110 | X11Forwarding no | 110 | X11Forwarding no |
111 | AllowAgentForwarding no | 111 | AllowAgentForwarding no |
112 | ChrootDirectory %h | 112 | ChrootDirectory %h |
113 | AuthorizedKeysFile /etc/ssh/authorized_keys.d/%u | ||
113 | ''; | 114 | ''; |
114 | }; | 115 | }; |
115 | 116 | ||