Reduce priority of host key exists message in sshd startup

script to info.

Approved by:	re (gjb)
This commit is contained in:
Xin LI 2013-10-07 21:39:42 +00:00
parent 50fbc8e7e8
commit 8be2d25e2c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=256126

View File

@ -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 ""