[shell] 자동 로긴 스크립트 – expect
자동로긴 스크립트 입니다. 뭐 대부분 비슷하게
스크립트를 만들어서 이용합니다.
전 일반 사용자 계정을 초기에 지정해 주어서 접속 과정을
약간 단순하게 만들었습니다.
#!/usr/bin/expect
spawn telnet -l ip_address
expect -re “Password:”
send “패스워드\\r”
expect “”
send “su -\\r”
expect “Password:”
send “root 패스워드\\r”
interact
2 Responses
… [Trackback]
[…] Here you will find 72788 more Information to that Topic: nblog.syszone.co.kr/archives/220 […]
… [Trackback]
[…] Here you will find 48276 more Info on that Topic: nblog.syszone.co.kr/archives/220 […]