Fix typo openssh-client -> openssh-clients
[csit.git] / bootstrap-hc2vpp-integration.sh
index f2858ff..bc1c965 100755 (executable)
@@ -39,7 +39,7 @@ OS=$2
 
 if [ -f "/etc/redhat-release" ]; then
     DISTRO="CENTOS"
-    sudo yum install -y python-devel python-virtualenv
+    sudo yum install -y python-devel python-virtualenv openssh-clients sshpass
     VIRL_TOPOLOGY=$(cat ${SCRIPT_DIR}/VIRL_TOPOLOGY_CENTOS)
     VIRL_RELEASE=$(cat ${SCRIPT_DIR}/VIRL_RELEASE_CENTOS)
 else