1. 우선 mac에서는 sshpass라는 프로그램이 필요하다. (brew를 이용하여 설치)
brew install https://raw.githubusercontent.com/kadwanev/bigboybrew/master/Library/Formula/sshpass.rb
2. ssh-keygen을 이용하여 키생성
3. sshpass를 이용하여 키복사
sshpass -p "서버패스워드" ssh-copy-id root@123.45.67.102
4. ssh 주소만으로 접속
'Programming > Mac' 카테고리의 다른 글
맥(mac)에서 global protect 삭제하는 방법 (0) | 2023.07.21 |
---|---|
Mission controll, app expose 안될때 (0) | 2019.04.21 |
Mac Homebrew로 설치한 Mysql 비밀번호 잃어버렸을때 (0) | 2019.02.22 |
[MacOS] xcode 없이 git 사용하기 (0) | 2016.07.08 |
Mac에서 MySql 설치 (0) | 2016.06.04 |