Skip to content

Instantly share code, notes, and snippets.

@relaxdiego
Created September 3, 2020 09:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save relaxdiego/f2e09f72e9a54b2262c6acfcd40f7b55 to your computer and use it in GitHub Desktop.
Save relaxdiego/f2e09f72e9a54b2262c6acfcd40f7b55 to your computer and use it in GitHub Desktop.
cd /tmp
curl -O -L http://sourceforge.net/projects/sshpass/files/sshpass/1.06/sshpass-1.06.tar.gz && tar xvzf sshpass-1.06.tar.gz
cd sshpass-1.06
./configure
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment