...
3- ENABLE ROOT-SSH ACCESS + create a root password ( to all nodes )
sudo su
passwd #( contrail1 )
##sed -e 's/#Permi
tRootLogin yes/PermitRootLogin yes/g' -e 's/PasswordAuthentication no/PasswordAuthentication yes/g' /etc/ssh/sshd_config
...
#more /etc/ssh/sshd_config | grep PasswordAuthentication
service sshd restart
yum install git epel-release -y
exit
...