Unable to install sshpass
Closed this issue · 1 comments
amitasia1 commented
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
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