728x90
해당 명령어에 다음의 스크립트를 이어 붙이면 된다.
{script code} <<!
{입력값1}
{입력값2}
!
개인적으로는 아래와 약간 다른 스크립트였는데, 잘 됐었다.
script.sh
ssh-copy-id tester@10.1.2.3 <<!
y
pasword
!
출처
https://askubuntu.com/questions/678915/whats-the-difference-between-and-in-bash
https://stackoverflow.com/questions/9075478/how-to-input-automatically-when-running-a-shell-over-ssh
728x90
'Computer Science > OS' 카테고리의 다른 글
[OS] 운영체제는 어떻게 시작될까?? 리눅스 부팅 순서 (0) | 2022.03.08 |
---|---|
리눅스 특정 시간 이후 파일 압축하기 (0) | 2021.09.29 |
리눅스 tar 파일 zip으로 변경 (0) | 2021.09.29 |
Error: Connection activation failed: (7) Secrets were required, but not provided. (0) | 2021.09.08 |
[Linux] 터미널 환경에서 google drive 파일 다운받기 (0) | 2021.03.09 |