Last active
March 6, 2019 14:52
-
-
Save pessom/bae22d44bd8197e866d596e262296b35 to your computer and use it in GitHub Desktop.
Install sshpass on os x
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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