summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-09-04 19:39:11 +0200
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-09-04 19:39:11 +0200
commite882dec1dac888862824b3d0c0619f78669613fd (patch)
treebdc772dea12a419fcefd04d8e533c3a376f59ea4
parentaf90c204cf2e5691835005c470522ffcf39dff32 (diff)
downloadnixos-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.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hel.nix b/hel.nix
index 3ab495b7..759441f7 100644
--- a/hel.nix
+++ b/hel.nix
@@ -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