From 77ec2e80ad7085fb5f35a4624ac16bb65d580ca8 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Wed, 16 Apr 2014 19:39:36 +0200 Subject: 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. --- preseed.cfg | 1 - 1 file changed, 1 deletion(-) (limited to 'preseed.cfg') 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 ################################################################################ -- cgit v1.2.3