From: Michael Prokop Date: Sat, 19 Apr 2014 15:00:30 +0000 (+0200) Subject: Provide GRMLBASE script 49-sshd to adjust sshd configuration [Closes: issue1304] X-Git-Tag: v0.23.3~1 X-Git-Url: http://git.grml.org/?a=commitdiff_plain;ds=sidebyside;h=0ad0e8152cdad938120d300ec55104c1a1554b6c;hp=0ad0e8152cdad938120d300ec55104c1a1554b6c;p=grml-live.git Provide GRMLBASE script 49-sshd to adjust sshd configuration [Closes: issue1304] Providing the openssh-server/permit-root-login debconf option sadly isn't enough to switch from "PermitRootLogin without-password" to "PermitRootLogin yes", so we have to adjust the file on-the-fly. (Let's try to avoid shipping the sshd configuration file for now, to make sure the file works for all the Debian releases.) While at it also disable UseDNS which speeds up login when DNS is unconfigured/unavailable/broken. ---