Skip to content

Instantly share code, notes, and snippets.

@pessom
Last active March 6, 2019 14:52
Show Gist options
  • Save pessom/bae22d44bd8197e866d596e262296b35 to your computer and use it in GitHub Desktop.
Save pessom/bae22d44bd8197e866d596e262296b35 to your computer and use it in GitHub Desktop.
Install sshpass on os x
curl -O -L https://kent.dl.sourceforge.net/project/sshpass/sshpass/1.06/sshpass-1.06.tar.gz
tar xvzf sshpass-1.06.tar.gz
cd sshpass-1.06/
./configure
make
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment