PURPOSE_="Generate config files needed for Evergreen-ILS Cluster"
SYNOPSIS_="$NAME_"
REQUIRES_="standard GNU commands, apt, dpkg"
- VERSION_="1.60"
- DATE_="2010-11-23; last update: 2016-01-12"
+ VERSION_="1.61"
+ DATE_="2010-11-23; last update: 2016-01-13"
AUTHOR_="Andy Witter <awitter@georgialibraries.org>"
URL_="http://evergreen-ils.org"
CATEGORY_="devel"
echo
echo Setting up SSH keys for OpenSRF node: $NODE
echo
- su - opensrf -c "ssh-copy-id -i $PUB_KEY opensrf@$NODE"
+ #su - opensrf -c "ssh-copy-id -i $PUB_KEY opensrf@$NODE"
+ ssh-copy-id -i $PUB_KEY opensrf@$NODE -o StrictHostKeyChecking=no
+ su - opensrf -c "ssh gsdev-brick01-head -o StrictHostKeyChecking=no -C 'echo $NODE OK'"
done
else
echo "user opensrf does not exist create the user"