aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2013-10-07 21:39:42 +0000
committerXin LI <delphij@FreeBSD.org>2013-10-07 21:39:42 +0000
commit8be2d25e2c8866b93e5ae02e8ca5128e960563ca (patch)
tree09d4a54574da331e30c22bc87d3bacfc4b16009c /etc
parent50fbc8e7e8cd1be3607504c404ed6630ab03dd80 (diff)
Notes
Diffstat (limited to 'etc')
-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 01677894b7e0..5ad1b100aff6 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 ""