From: Michael Prokop Date: Tue, 7 Feb 2012 11:08:12 +0000 (+0100) Subject: Mention root user in all according ssh messages X-Git-Tag: v0.9.50~3 X-Git-Url: https://git.grml.org/?p=grml-autoconfig.git;a=commitdiff_plain;h=a13eb286b38cfdbf483d0f337782bae0b94cf891;hp=5afe60315c73b5943152c79c3f4c64dae5699a42 Mention root user in all according ssh messages --- diff --git a/autoconfig.functions b/autoconfig.functions index 46c5d43..4d91ed4 100755 --- a/autoconfig.functions +++ b/autoconfig.functions @@ -1090,13 +1090,13 @@ if checkbootparam 'ssh' ; then echo "root:$SSH_PASSWD" | chpasswd $chpass_options fi - einfo "Starting secure shell server in background for user $localuser" + einfo "Starting secure shell server in background for root and user $localuser" /etc/init.d/rmnologin start >>$DEBUG 2>>$DEBUG /etc/init.d/ssh start >>$DEBUG 2>>$DEBUG & eend $? eindent - ewarn "Warning: please change the password for user $localuser as soon as possible!" + ewarn "Warning: please change the password for root and user $localuser as soon as possible!" eoutdent fi }