ssh 접속시 비밀번호를 자동으로 입력하는 스크립트
MCINTOSH 2020. 4. 28. 13:43homebrew에서는 공식적으로 SSHPass 지원을 안하기에 직접 설치를 해야함
$ brew install https://raw.githubusercontent.com/kadwanev/bigboybrew/master/Library/Formula/sshpass.rb
사용법
$ sshpass -p 비밀번호 ssh 계정아이디@서버IP
$ sshpass -p 비밀번호 ssh -l 계정아이디 서버IP
'MCINTOSH' 카테고리의 다른 글
macOS Monterey 에서 쓸만한 TFTP/FTP Server (0) | 2022.10.09 |
---|---|
ssh 접속이 끊길때 (0) | 2020.08.01 |