728x90
반응형
fatal: [alpha-1]: FAILED! => {"msg": "to use the 'ssh' connection type with passwords, you must install the sshpass program"}
 
#위와 같은 에러 발생시.
 
# brew install esolitos/ipa/sshpass                                                     SIGINT(2) ↵  1336  10:30:11
 
Updating Homebrew...
==> Auto-updated Homebrew!
Updated 1 tap (homebrew/core).
==> Updated Formulae
Updated 1 formula.
 
==> Tapping esolitos/ipa
Cloning into '/usr/local/Homebrew/Library/Taps/esolitos/homebrew-ipa'...
remote: Enumerating objects: 17, done.
remote: Counting objects: 100% (17/17), done.
remote: Compressing objects: 100% (13/13), done.
remote: Total 35 (delta 2), reused 9 (delta 1), pack-reused 18
Unpacking objects: 100% (35/35), done.
Tapped 1 formula (60 files, 33.6KB).
==> Installing sshpass from esolitos/ipa
==> Downloading https://homebrew.bintray.com/bottles/gnu-sed-4.8.catalina.bottle.tar.gz
==> Downloading from https://d29vzk4ow07wi7.cloudfront.net/726be75d6d7155820b408a10e5c1a5ba1406374a7fc167af62524a4f4bbbc099?response-content-disposition=attachme
######################################################################## 100.0%
==> Downloading https://sourceforge.net/projects/sshpass/files/sshpass/1.06/sshpass-1.06.tar.gz
Already downloaded: /Users/kim_jonghee/Library/Caches/Homebrew/downloads/53e23c753c814ca762621b4d0e73b5fc21ff548e7b31d38ef31d9a7d8ca6eee0--sshpass-1.06.tar.gz
Warning: A newer Command Line Tools release is available.
Update them from Software Update in System Preferences or run:
  softwareupdate --all --install --force
 
If that doesn't show you an update run:
  sudo rm -rf /Library/Developer/CommandLineTools
  sudo xcode-select --install
 
Alternatively, manually download them from:
  https://developer.apple.com/download/more/.
 
==> Installing dependencies for esolitos/ipa/sshpass: gnu-sed
==> Installing esolitos/ipa/sshpass dependency: gnu-sed
==> Pouring gnu-sed-4.8.catalina.bottle.tar.gz
==> Caveats
GNU "sed" has been installed as "gsed".
If you need to use it as "sed", you can add a "gnubin" directory
to your PATH from your bashrc like:
 
    PATH="/usr/local/opt/gnu-sed/libexec/gnubin:$PATH"
==> Summary
🍺  /usr/local/Cellar/gnu-sed/4.8: 12 files, 572.2KB
==> Installing esolitos/ipa/sshpass
==> ./configure --prefix=/usr/local/Cellar/sshpass/1.06
==> make install
🍺  /usr/local/Cellar/sshpass/1.06: 9 files, 78.0KB, built in 10 seconds
==> Caveats
==> gnu-sed
GNU "sed" has been installed as "gsed".
If you need to use it as "sed", you can add a "gnubin" directory
to your PATH from your bashrc like:
 
    PATH="/usr/local/opt/gnu-sed/libexec/gnubin:$PATH"
728x90
300x250

'IT > Misc Tip' 카테고리의 다른 글

DNS Lookup이나 Global Ping체크 시  (0) 2021.08.19
svn충돌 해결방법 (conflict문제)  (0) 2021.08.12
DNS 캐시 클리어  (0) 2021.07.30
CentOS7 Python3.6 & Django Install  (0) 2021.07.27
Python C Import 절차  (0) 2021.07.27

+ Recent posts