sshpass를 사용하여 자동 로그인을 시도하고 있는데 문제가 있는 것 같습니다./dev/tty
echo password | ./sshpass ssh root@xxxx
...
debug1: read_passphrase: can't open /dev/tty: No such device or address
...
Permission denied (publickey,gssapi-with-mic,password).
어떤 아이디어가 있나요? sshpass 없이 바로 로그인이 가능하니 tty 문제네요.
답변1
sshpass
다양한 사용 방법:
./sshpass -p password ssh root@xxxx
매뉴얼 페이지 요약에 명시된 바와 같이:
sshpass [-ffilename|-dnum|-ppassword|-e] [options] command arguments