spurin / diveintoansible-lab

Dive Into Ansible Lab
775 stars 494 forks source link

Unable to install sshpass #116

Closed amitasia1 closed 2 months ago

amitasia1 commented 9 months ago

SSH install failed from sudo apt update & sudo apt install sshpass

To fix the problem try $ wget http://sourceforge.net/projects/sshpass/files/latest/download -O sshpass.tar.gz $ tar -xvf sshpass.tar.gz $ cd sshpass-1.06 $ ./configure

sudo make install

spurin commented 2 months ago

Thanks for raising this @amitasia1 - haven't had any reports so possibly this was a one off, closing this for now but will revisit if needs be. Again, thank you