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.
apt-get install sshpass
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.
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
- Download the Source Code
- Extract it and cd into the directory
./configure
sudo make install
I support using brew doctor, I never ran into this type of error.
Let me run this again right now, Now I am on Mac OSX Catalina, 10.15.7
tony@Cathy ~ % brew uninstall sshpass
Uninstalling /usr/local/Cellar/sshpass/1.06... (9 files, 78.0KB)
tony@Cathy ~ % brew install sshpass
Updating Homebrew...
==> Auto-updated Homebrew!
Updated 1 tap (homebrew/cask-versions).
==> Updated Casks
affinity-designer-beta
==> Downloading https://sourceforge.net/projects/sshpass/files/sshpass/1.05/sshpass-1.05.tar.gz
==> Downloading from https://liquidtelecom.dl.sourceforge.net/project/sshpass/sshpass/1.05/sshpass-1.05.tar.gz
######################################################################## 100.0%
==> ./configure --prefix=/usr/local/Cellar/sshpass/1.05
Error: Empty installation
tony@Cathy ~ % brew install esolitos/ipa/sshpass
==> Installing sshpass from esolitos/ipa
==> Downloading https://sourceforge.net/projects/sshpass/files/sshpass/1.06/sshpass-1.06.tar.gz
Already downloaded: /Users/tony/Library/Caches/Homebrew/downloads/53e23c753c814ca762621b4d0e73b5fc21ff548e7b31d38ef31d9a7d8ca6eee0--sshpass-1.06.tar.gz
==> ./configure --prefix=/usr/local/Cellar/sshpass/1.06
==> make install
🍺 /usr/local/Cellar/sshpass/1.06: 9 files, 78.0KB, built in 11 seconds
Removing: /Users/tony/Library/Caches/Homebrew/sshpass--1.05.tar.gz... (96KB)
Let me show of my environment variables:
tony@Cathy ~ % node -v
v14.12.0
tony@Cathy ~ % npm -v
6.14.8
tony@Cathy ~ % sw_vers
ProductName: Mac OS X
ProductVersion: 10.15.7
BuildVersion: 19H2