MacOS

In case if see this error

{"msg": "to use the 'ssh' connection type with passwords, you must install the sshpass program"}

sshpass can be installed with

curl -L https://raw.githubusercontent.com/kadwanev/bigboybrew/master/Library/Formula/sshpass.rb > sshpass.rb && brew install sshpass.rb && rm sshpass.rb

Last updated

Was this helpful?