Installing SSHPASS
SSHPass is a tiny utility, which allows you to provide the ssh password without using the prompt. This will very helpful for scripting. SSHPass is not good to use in multi-user environment. If you use SSHPass on your development machine, it don't do anything evil.
Installing on Ubuntu
apt-get install sshpass
Installing on OS X
Installing on OS X is tricky, since there is no official build for it. Before you get started, you need install xcode and command line tools.
Installing with Homebrew
Homebrew does not allow you to install sshpass
by default. But you can use the following unofficial brew package for that.
brew install https://raw.githubusercontent.com/kadwanev/bigboybrew/master/Library/Formula/sshpass.rb
Installing from the Source
- Download the Source Code
- Extract it and cd into the directory
./configure
sudo make install
@esolitos jumping in and tried your solution with a new error
Error: Permission denied @ apply2files - /usr/local/lib/node_modules/serverless/node_modules/term-size/vendor/macos/.DS_Store
Edit: seems like it didn't cause any problems. Trying to retap and install results in
Warning: esolitos/ipa/sshpass 1.06 is already installed and up-to-date
so likely good to go. Thanks for the help