Fix typo in ssh init script

This commit is contained in:
Matthias Saou 2011-12-23 11:42:32 +01:00
parent 37f119cf69
commit 6e16a0ab2f

View File

@ -59,9 +59,9 @@
chmod 600 $DSA2_KEY
fi
# Check for predifined known hosts file
# Check for predefined known hosts file
if [ -f /etc/ssh/known_hosts -a ! -f $HOME/.ssh/known_hosts ] ; then
progress "SSH: setup predifined known hosts"
progress "SSH: setup predefined known hosts"
mkdir -p /$HOME/.ssh
cp /etc/ssh/known_hosts $HOME/.ssh