diff --git a/tests/p_openssh/0-install_sshd.sh b/tests/p_openssh/0-install_sshd.sh
index cf9b478..c8a38e7 100755
--- a/tests/p_openssh/0-install_sshd.sh
+++ b/tests/p_openssh/0-install_sshd.sh
@@ -2,6 +2,6 @@
 # Author: Athmane Madjoudj <athmanem@gmail.com>
 
 # expect is needed by the test
-t_InstallPackage openssh-server expect
+t_InstallPackage openssh-server openssh-clients expect
 chkconfig sshd on
 t_ServiceControl sshd start