summaryrefslogtreecommitdiffstats
path: root/etc/rc.d
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.d')
-rwxr-xr-xetc/rc.d/sshd2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/sshd b/etc/rc.d/sshd
index 0167789..5ad1b10 100755
--- a/etc/rc.d/sshd
+++ b/etc/rc.d/sshd
@@ -53,7 +53,7 @@ sshd_keygen_alg()
fi
if [ -f "${keyfile}" ] ; then
- echo "$ALG host key exists."
+ info "$ALG host key exists."
else
echo "Generating $ALG host key."
/usr/bin/ssh-keygen -q -t $alg -f "$keyfile" -N ""
OpenPOWER on IntegriCloud