aboutsummaryrefslogtreecommitdiffstats
path: root/preseed.cfg
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2014-04-16 19:39:36 +0200
committerGuilhem Moulin <guilhem@fripost.org>2015-06-07 04:28:07 +0200
commit77ec2e80ad7085fb5f35a4624ac16bb65d580ca8 (patch)
tree8927703d2a499296feac693f1cc0ff40f578959f /preseed.cfg
parentfb7da2da82b4d90f23d6270d2e64823a8ce6d4b0 (diff)
Restrict SSH login to members of the 'ssh-login' group.
Don't use the group 'ssh', as it's automatically created by openssh-client's postinstall hook, and is used for ssh-agent's setgid.
Diffstat (limited to 'preseed.cfg')
-rw-r--r--preseed.cfg1
1 files changed, 0 insertions, 1 deletions
diff --git a/preseed.cfg b/preseed.cfg
index 6428063..c9ecbb9 100644
--- a/preseed.cfg
+++ b/preseed.cfg
@@ -80,7 +80,6 @@ d-i passwd/user-fullname string Guilhem Moulin
d-i passwd/username string guilhem
# TODO: should be generated by preseed.sh: echo ... | mkpasswd -s -m SHA-512
d-i passwd/user-password-crypted password $6$QjLeZdW1O$9VymVDc5q6NctEylAqObvmP4S7FXk1ckCPaHua0JaiFSaTeTKoWxaP7bQoUWvzCPDY23Xqthg87QDBbaCY9BP0
-d-i passwd/user-default-groups string ssh
################################################################################