From de4f8ccd5d0df29be4f254812efaec0523431321 Mon Sep 17 00:00:00 2001 From: Florin Grad Date: Thu, 8 Nov 2001 11:17:38 +0000 Subject: add snf in RootSshLogin function --- init-sh/lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init-sh') diff --git a/init-sh/lib.sh b/init-sh/lib.sh index 70102ff..414ff5f 100644 --- a/init-sh/lib.sh +++ b/init-sh/lib.sh @@ -299,7 +299,7 @@ AllowReboot() { RootSshLogin () { echo -n "Setting up the root ssh login : " - if [[ $1 == 4 || $1 == 5 ]]; then + if [[ $1 == 4 || $1 == 5 || $1 == snf ]]; then /bin/sed 's/PermitRootLogin yes/PermitRootLogin no/' < /etc/ssh/sshd_config > /etc/ssh/sshd_config.new mv /etc/ssh/sshd_config.new /etc/ssh/sshd_config chmod 0600 /etc/ssh/sshd_config -- cgit v1.2.1