Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- Windows
- find
- Eclipse
- plugin
- ssh
- Mac
- xargs
- netsh
- IntelliJ
- GIT
- vscode
- bash
- grep
- 네트워크
- maVen
- tomcat
- JavaScript
- resource
- port
- Quartz
- profile
- VirtualBox
- context
- 줄바꿈 문자
- Source
- 단축키
- lsof
- web.xml
- Windows 10
- import
Archives
- Today
- Total
develog
[mac] ssh 비밀번호 자동입력하기 (sshpass 설치하기) 본문
sshpass 설치하기
https://www.epistemology.pe.kr/2021/03/09/1361/
맥에서 sshpass 설치하기 • Jae-Hwan
homebrew로 sshpass이 설치되지 않는다! 아래 링크를 보면, 초보자들이 가볍게 설치하지 못 하도록 하려고 설치를 막았다고 하는 것 같다. 그래서 아래 링크에 있는 소스를 이용하는 방법으로 설치해
www.epistemology.pe.kr
https://stackoverflow.com/questions/32255660/how-to-install-sshpass-on-mac
How to install sshpass on Mac?
I would like to automate ssh login from my Mac. It does have a simple solution: sshpass -p my_password ssh m_username@hostname But my problem is installing sshpass on my Mac.
stackoverflow.com
Comments